Author: dj Date: 2005-06-26 00:00:11 -0600 (Sun, 26 Jun 2005) New Revision: 991
Added: trunk/jdk/jdk-1.5.0-gcc_optimization-1.patch Log: added jdk gcc_optimization patch Added: trunk/jdk/jdk-1.5.0-gcc_optimization-1.patch =================================================================== --- trunk/jdk/jdk-1.5.0-gcc_optimization-1.patch 2005-06-26 05:59:06 UTC (rev 990) +++ trunk/jdk/jdk-1.5.0-gcc_optimization-1.patch 2005-06-26 06:00:11 UTC (rev 991) @@ -0,0 +1,19 @@ +Submitted By: DJ Lucas (dj AT linuxfromscratch DOT org) +Date: 2005-06-25 +Initial Package Version: 1.5.0 +Origin: Self +Upstream Status: Not Submitted (LFS Specific) +Description: Removes OTHER_CXXFLAGS from the CXXFLAGS variable durring +the build of unpacker to allow for a successful build. + +--- jdk-build-orig/j2se/make/com/sun/java/pack/Makefile 2004-10-19 13:44:46.000000000 -0500 ++++ jdk-build/j2se/make/com/sun/java/pack/Makefile 2005-06-24 22:42:19.000000000 -0500 +@@ -15,7 +15,7 @@ + PRODUCT = sun + PGRM = unpack200 + include $(BUILDDIR)/common/Defs.gmk +- ++CXXFLAGS = $(CXXFLAGS_$(VARIANT)) $(CXXFLAGS_COMMON) + CPLUSPLUSLIBRARY=true + + -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
