/hg/release/icedtea7-forest-2.2/jdk: Turn off strict aliasing fo...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed May 16 08:32:48 PDT 2012
changeset d56081011fc8 in /hg/release/icedtea7-forest-2.2/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.2/jdk?cmd=changeset;node=d56081011fc8
author: andrew
date: Fri May 04 14:05:28 2012 +0100
Turn off strict aliasing for ExtensionSubtables.cpp
diffstat:
make/sun/font/Makefile | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r a0d124b90763 -r d56081011fc8 make/sun/font/Makefile
--- a/make/sun/font/Makefile Wed May 02 13:15:49 2012 -0400
+++ b/make/sun/font/Makefile Fri May 04 14:05:28 2012 +0100
@@ -90,6 +90,11 @@
endif # PLATFORM
+# Turn off aliasing with GCC for ExtensionSubtables.cpp
+ifeq ($(PLATFORM), linux)
+ OTHER_CXXFLAGS += -fno-strict-aliasing
+endif
+
#In the non-OpenJDK mode we need to build T2K
ifndef OPENJDK
t2k:
More information about the distro-pkg-dev
mailing list