Author: jim
Date: 2005-06-26 17:01:45 -0600 (Sun, 26 Jun 2005)
New Revision: 6196
Modified:
branches/cross-lfs/BOOK/
branches/cross-lfs/BOOK/introduction/common/changelog.xml
branches/cross-lfs/BOOK/reboot/multilib/udev.xml
Log:
[EMAIL PROTECTED]: jim | 2005-06-26 14:37:01 -0700
Removed export=CC in udev.xml
Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
- 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6406
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
+ 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6425
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml 2005-06-26
18:43:41 UTC (rev 6195)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml 2005-06-26
23:01:45 UTC (rev 6196)
@@ -213,6 +213,10 @@
<para>[manuel] - Added errata page and small changes from trunk up
to r6189.</para>
</listitem>
+ <listitem>
+ <para>[jim] - Removed export CC in udev during final-system.
+ This change was only for x86_64, mips64, and sparc64.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: branches/cross-lfs/BOOK/reboot/multilib/udev.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/multilib/udev.xml 2005-06-26 18:43:41 UTC
(rev 6195)
+++ branches/cross-lfs/BOOK/reboot/multilib/udev.xml 2005-06-26 23:01:45 UTC
(rev 6196)
@@ -51,14 +51,9 @@
href="../../final-system/common/udev.xml"
xpointer="xpointer(id('install-udev')/variablelist[1])"/>
- <para>Ensure that Udev uses our cross-compiler and builds 64-bit
- binaries:</para>
-
-<screen><userinput>export CC="${LFS_TARGET}-gcc
${BUILD64}"</userinput></screen>
-
<para>Install the package:</para>
-<screen><userinput>make udevdir=/dev install</userinput></screen>
+<screen><userinput>make CC="${CC} ${BUILD64}" udevdir=/dev
install</userinput></screen>
<para>Udev's configuration is far from ideal by default, so install
the configuration files here:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page