Author: dj
Date: 2005-07-28 20:40:08 -0600 (Thu, 28 Jul 2005)
New Revision: 4827
Modified:
trunk/BOOK/general/prog/jdk.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Removed broken JDK optimization patch
Modified: trunk/BOOK/general/prog/jdk.xml
===================================================================
--- trunk/BOOK/general/prog/jdk.xml 2005-07-28 20:12:36 UTC (rev 4826)
+++ trunk/BOOK/general/prog/jdk.xml 2005-07-29 02:40:08 UTC (rev 4827)
@@ -128,19 +128,13 @@
(forces dynamic linking to <application>GCC</application>
libs)</para></listitem>
</itemizedlist>
- <bridgehead renderas="sect4">Optional Patches</bridgehead>
+ <bridgehead renderas="sect4">Optional Patch</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para><ulink
url="&patch-root;/jdk-&jdk-src-version;-xorg-6.8.1-1.patch"/>
(only required if building against <xref linkend="xorg"/>)</para>
</listitem>
-
- <listitem>
- <para><ulink
- url="&patch-root;/jdk-&jdk-src-version;-gcc_optimization-1.patch"/>
- (required if you wish to use -O3 in OTHER_CXXFLAGS)</para>
- </listitem>
</itemizedlist>
<bridgehead renderas="sect3">JDK Dependencies</bridgehead>
@@ -226,8 +220,9 @@
<warning>
<para>Setting CFLAGS/CXXFLAGS/LDFLAGS is guaranteed to make the build
- fail. If you are interested in optimizing the build, set
- OTHER_CFLAGS/OTHER_CXXFLAGS/OTHER_LDFLAGS instead.</para>
+ fail. If you are interested in optimizing the build, set
+ OTHER_CFLAGS/OTHER_CXXFLAGS/OTHER_LDFLAGS instead. -O3, even in
+ OTHER_C{,XX}FLAGS, is known to cause a build failure.</para>
</warning>
<para>Additionally, if you would like to <command>make</command> in
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-07-28 20:12:36 UTC
(rev 4826)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-07-29 02:40:08 UTC
(rev 4827)
@@ -38,7 +38,8 @@
</listitem>
<listitem>
- <para>July 28th 2005 [dj]: Added security patch for OpenOffice.</para>
+ <para>July 28th 2005 [dj]: Added security patch for OpenOffice and
+ removed broken optimization patch for JDK.</para>
</listitem>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page