Author: jim
Date: 2005-04-22 04:18:56 -0600 (Fri, 22 Apr 2005)
New Revision: 5034
Modified:
branches/cross-lfs/BOOK/cross-tools/gcc-shared.xml
branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml
branches/cross-lfs/BOOK/cross-tools/glibc.xml
branches/cross-lfs/BOOK/introduction/changelog.xml
Log:
More Updates for cross-tools
Modified: branches/cross-lfs/BOOK/cross-tools/gcc-shared.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/gcc-shared.xml 2005-04-22 08:30:39 UTC
(rev 5033)
+++ branches/cross-lfs/BOOK/cross-tools/gcc-shared.xml 2005-04-22 10:18:56 UTC
(rev 5034)
@@ -38,9 +38,9 @@
<para>Now we will need to setup our StartFile Spec to the correct library
location:</para>
-<screen>echo "
+<screen><userinput>echo "
#undef STARTFILE_PREFIX_SPEC
-#define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" >>
../gcc-3.4.3/gcc/config/linux.h</screen>
+#define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" >>
../gcc-3.4.3/gcc/config/linux.h</userinput></screen>
<para>Now we will change gcc's search path to look into /tools only:</para>
@@ -60,7 +60,7 @@
<para>Prepare GCC for compilation:</para>
<screen><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
- --host=${LFS_HOST} --target=${LFS_TARGET}
+ --host=${LFS_HOST} --target=${LFS_TARGET} \
--with-local-prefix=/tools --disable-nls --enable-shared \
--enable-languages=c</userinput></screen>
Modified: branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml 2005-04-22
08:30:39 UTC (rev 5033)
+++ branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml 2005-04-22
10:18:56 UTC (rev 5034)
@@ -56,10 +56,10 @@
<para arch="alpha;ppc;x86;">To create NPTL Startfiles using the following
configure line:</para>
-<screen arch="alpha;ppc;x86;"><userinput>CC="/cross-tools/${LFS_TARGET}-gcc"
AR="/cross-tools/${LFS_TARGET}-ar" \
- RANLIB="/cross-tools/${LFS_TARGET}-ranlib \
+<screen arch="alpha;ppc;x86;"><userinput>CC="${LFS_TARGET}-gcc"
AR="${LFS_TARGET}-ar" \
+ RANLIB="${LFS_TARGET}-ranlib" \
../glibc-&glibc-version;/configure --prefix=/tools \
- --host=${LFS_TARGET} --build=${LFS_HOST}
+ --host=${LFS_TARGET} --build=${LFS_HOST} \
--without-cvs --disable-profile --enable-add-ons \
--with-tls --enable-kernel=2.6.0 --with-__thread \
--with-binutils=/cross-tools/bin --with-headers=/tools/include \
@@ -67,10 +67,10 @@
<para arch="raq2">To create Linuxthread Startfiles using the following
configure line:</para>
-<screen arch="raq2"><userinput>CC="/cross-tools/${LFS_TARGET}-gcc"
AR="/cross-tools/${LFS_TARGET}-ar" \
- RANLIB="/cross-tools/${LFS_TARGET}-ranlib \
+<screen arch="raq2"><userinput>CC="${LFS_TARGET}-gcc" AR="${LFS_TARGET}-ar" \
+ RANLIB="${LFS_TARGET}-ranlib" \
../glibc-&glibc-version;/configure --prefix=/tools \
- --host=${LFS_TARGET} --build=${LFS_HOST}
+ --host=${LFS_TARGET} --build=${LFS_HOST} \
--without-cvs --disable-profile --enable-add-ons \
--with-binutils=/cross-tools/bin --with-headers=/tools/include \
--disable-selinux</userinput></screen>
Modified: branches/cross-lfs/BOOK/cross-tools/glibc.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/glibc.xml 2005-04-22 08:30:39 UTC
(rev 5033)
+++ branches/cross-lfs/BOOK/cross-tools/glibc.xml 2005-04-22 10:18:56 UTC
(rev 5034)
@@ -69,7 +69,6 @@
--without-gd --with-headers=/tools/include \
--disable-selinux</userinput></screen>
-
<para>The meaning of the configure options:</para>
<variablelist>
Modified: branches/cross-lfs/BOOK/introduction/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-22 08:30:39 UTC
(rev 5033)
+++ branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-22 10:18:56 UTC
(rev 5034)
@@ -83,16 +83,30 @@
<listitem><para>Changelog Entries:</para>
+<!-- Changelog template
+<itemizedlist>
+<listitem><para>Date [name]</para>
+<itemizedlist>
+<listitem><para>Changelog.</para></listitem>
+</itemizedlist>
+</listitem>
+</itemizedlist>
+-->
+
+<itemizedlist>
<listitem><para>April 22, 2005 [jim]</para>
<itemizedlist>
<listitem><para>Added missing headers creation in cross-lfs
glibc-headers.</para></listitem>
<listitem><para>Added export of ${LFS_HOST} and ${LFS_TARGET} to
~/.bashrc.</para></listitem>
<listitem><para>Added what to do if you need to stop/start a build in
cross-tools
-and temp-tools</listitem></para>
+and temp-tools</para></listitem>
<listitem><para>Fixed Typo.</para></listitem>
+<listitem><para>Fixed changelog.</para></listitem>
</itemizedlist>
</listitem>
+</itemizedlist>
+<itemizedlist>
<listitem><para>April 21, 2005 [jim]</para>
<itemizedlist>
<listitem><para>Added chroot/reboot specific changes.</para></listitem>
@@ -105,13 +119,16 @@
<listitem><para>Fixed Linux-libc-headers install in
cross-tools.</para></listitem>
</itemizedlist>
</listitem>
+</itemizedlist>
+<itemizedlist>
<listitem><para>April 21, 2005 [jhuntwork]</para>
<itemizedlist>
<listitem><para>Changed setting of LFS_HOST for target-triplets without
'unknown' and added --host flag
to build of binutils.</para></listitem>
</itemizedlist>
</listitem>
+</itemizedlist>
<itemizedlist>
<listitem><para>April 21, 2005 [jhuntwork]</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page