changeset 5431:df3f0e040c01 icedtea-2.5pre05

Extend 8041658 to all files in the HotSpot build.
author andrew
date Thu, 24 Apr 2014 16:21:06 +0100
parents e85f87518eb4
children 2e44b0df2947
files make/linux/makefiles/gcc.make
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/linux/makefiles/gcc.make	Wed Apr 23 22:06:29 2014 +0100
+++ b/make/linux/makefiles/gcc.make	Thu Apr 24 16:21:06 2014 +0100
@@ -266,7 +266,7 @@
     endif
   endif
   ifeq ($(shell expr $(CC_VER_MAJOR) = 4 \& $(CC_VER_MINOR) = 9), 1)
-    OPT_CFLAGS/macroAssembler_x86.o += -fno-devirtualize
+    OPT_CFLAGS += -fno-devirtualize
   endif
 endif