changeset in /hg/icedtea6: - add $(OPT_CFLAGS) in the file speci...

doko at ubuntu.com doko at ubuntu.com
Thu Jul 24 07:56:20 PDT 2008


changeset 57adcf5f8d53 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=57adcf5f8d53
description:
	- add $(OPT_CFLAGS) in the file specific OPT flags

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
patches/icedtea-hotspot-gcc-pr36917.patch |    2 +-

diffs (9 lines):

diff -r 1ba1733863ce -r 57adcf5f8d53 patches/icedtea-hotspot-gcc-pr36917.patch
--- a/patches/icedtea-hotspot-gcc-pr36917.patch	Thu Jul 24 14:30:15 2008 +0200
+++ b/patches/icedtea-hotspot-gcc-pr36917.patch	Thu Jul 24 16:56:12 2008 +0200
@@ -6,4 +6,4 @@
  OPT_CFLAGS/compactingPermGenGen.o = -O1
 +
 +# GCC PR tree-optimization/36917
-+OPT_CFLAGS/ciTypeFlow.o += -fno-ivopts
++OPT_CFLAGS/ciTypeFlow.o += $(OPT_CFLAGS) -fno-ivopts



More information about the distro-pkg-dev mailing list