/hg/release/icedtea7-forest-2.5/hotspot: Extend 8041658 to all f...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Apr 24 15:21:33 UTC 2014


changeset df3f0e040c01 in /hg/release/icedtea7-forest-2.5/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.5/hotspot?cmd=changeset;node=df3f0e040c01
author: andrew
date: Thu Apr 24 16:21:06 2014 +0100

	Extend 8041658 to all files in the HotSpot build.


diffstat:

 make/linux/makefiles/gcc.make |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e85f87518eb4 -r df3f0e040c01 make/linux/makefiles/gcc.make
--- 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
 


More information about the distro-pkg-dev mailing list