changeset 987:57adcf5f8d53

- add $(OPT_CFLAGS) in the file specific OPT flags
author doko@ubuntu.com
date Thu, 24 Jul 2008 16:56:12 +0200
parents 1ba1733863ce
children 44dbed9c8091
files patches/icedtea-hotspot-gcc-pr36917.patch
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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