Author: chris
Date: 2006-03-18 04:49:41 -0700 (Sat, 18 Mar 2006)
New Revision: 1294
Modified:
trunk/BOOK/temp-system/mips/gcc.xml
trunk/BOOK/temp-system/x86/gcc.xml
Log:
Simplified temp-system gcc instructions
Modified: trunk/BOOK/temp-system/mips/gcc.xml
===================================================================
--- trunk/BOOK/temp-system/mips/gcc.xml 2006-03-16 16:05:00 UTC (rev 1293)
+++ trunk/BOOK/temp-system/mips/gcc.xml 2006-03-18 11:49:41 UTC (rev 1294)
@@ -111,7 +111,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'cm'])"/>
<screen os="cn"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}"
CXXFLAGS_FOR_TARGET="${GCCTARGET}" \
-AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as"
LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
+AS_FOR_TARGET="/cross-tools/bin/${AS}"
LD_FOR_TARGET="/cross-tools/bin/${LD}"</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../x86/gcc.xml"
Modified: trunk/BOOK/temp-system/x86/gcc.xml
===================================================================
--- trunk/BOOK/temp-system/x86/gcc.xml 2006-03-16 16:05:00 UTC (rev 1293)
+++ trunk/BOOK/temp-system/x86/gcc.xml 2006-03-18 11:49:41 UTC (rev 1294)
@@ -108,8 +108,8 @@
<para os="cm">Compile the package:</para>
-<screen os="cn"><userinput>make
AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \
-LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
+<screen os="cn"><userinput>make AS_FOR_TARGET="/cross-tools/bin/${AS}" \
+LD_FOR_TARGET="/cross-tools/bin/${LD}"</userinput></screen>
<para os="co">Install the package:</para>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page