Author: chris
Date: 2006-04-30 22:29:56 -0600 (Sun, 30 Apr 2006)
New Revision: 1494
Modified:
trunk/BOOK/cross-tools/x86/gcc-final.xml
trunk/BOOK/temp-system/mips/gcc.xml
trunk/BOOK/temp-system/sparc64/gcc.xml
trunk/BOOK/temp-system/x86/gcc.xml
Log:
Removed the full path from the make commands for cross-gcc and temp gcc, and
replaced sparc64 temp gcc make command with an xinclude
Modified: trunk/BOOK/cross-tools/x86/gcc-final.xml
===================================================================
--- trunk/BOOK/cross-tools/x86/gcc-final.xml 2006-05-01 03:24:32 UTC (rev
1493)
+++ trunk/BOOK/cross-tools/x86/gcc-final.xml 2006-05-01 04:29:56 UTC (rev
1494)
@@ -152,8 +152,8 @@
<para os="bh">Continue with compiling the package:</para>
-<screen os="bi"><userinput>make
AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \
-LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
+<screen os="bi"><userinput>make AS_FOR_TARGET="${LFS_TARGET}-as" \
+LD_FOR_TARGET="${LFS_TARGET}-ld"</userinput></screen>
<para os="bj">Install the package:</para>
Modified: trunk/BOOK/temp-system/mips/gcc.xml
===================================================================
--- trunk/BOOK/temp-system/mips/gcc.xml 2006-05-01 03:24:32 UTC (rev 1493)
+++ trunk/BOOK/temp-system/mips/gcc.xml 2006-05-01 04:29:56 UTC (rev 1494)
@@ -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/${AS}"
LD_FOR_TARGET="/cross-tools/bin/${LD}"</userinput></screen>
+AS_FOR_TARGET="${AS}" LD_FOR_TARGET="${LD}"</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../x86/gcc.xml"
Modified: trunk/BOOK/temp-system/sparc64/gcc.xml
===================================================================
--- trunk/BOOK/temp-system/sparc64/gcc.xml 2006-05-01 03:24:32 UTC (rev
1493)
+++ trunk/BOOK/temp-system/sparc64/gcc.xml 2006-05-01 04:29:56 UTC (rev
1494)
@@ -114,8 +114,9 @@
href="../x86/gcc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'cm'])"/>
-<screen os="cn"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}"
CXXFLAGS_FOR_TARGET="${GCCTARGET}" \
-AS_FOR_TARGET="${AS}" LD_FOR_TARGET="${LD}"</userinput></screen>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../mips/gcc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'cn'])"/>
<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-05-01 03:24:32 UTC (rev 1493)
+++ trunk/BOOK/temp-system/x86/gcc.xml 2006-05-01 04:29:56 UTC (rev 1494)
@@ -117,8 +117,8 @@
<para os="cm">Compile the package:</para>
-<screen os="cn"><userinput>make AS_FOR_TARGET="/cross-tools/bin/${AS}" \
-LD_FOR_TARGET="/cross-tools/bin/${LD}"</userinput></screen>
+<screen os="cn"><userinput>make AS_FOR_TARGET="${AS}" \
+LD_FOR_TARGET="${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