Author: jim
Date: 2006-05-02 09:59:36 -0600 (Tue, 02 May 2006)
New Revision: 1509
Modified:
/
trunk/BOOK/
trunk/BOOK/introduction/common/changelog.xml
trunk/BOOK/temp-system/common/coreutils.xml
Log:
[EMAIL PROTECTED] (orig r1527): jim | 2006-05-02 08:57:28 -0700
[EMAIL PROTECTED]: jim | 2006-05-02 08:56:22 -0700
Fixed coreutils cross-compile issues.
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:1526
+ b6734a72-470d-0410-b049-f317dca95413:/:1527
Property changes on: trunk/BOOK
___________________________________________________________________
Name: svk:merge
- 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:3238
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
+ 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:3239
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
Modified: trunk/BOOK/introduction/common/changelog.xml
===================================================================
--- trunk/BOOK/introduction/common/changelog.xml 2006-05-02 15:59:28 UTC
(rev 1508)
+++ trunk/BOOK/introduction/common/changelog.xml 2006-05-02 15:59:36 UTC
(rev 1509)
@@ -45,6 +45,9 @@
<listitem>
<para>[jim] - Reverted change to bash. Needed on some
architectures.</para>
</listitem>
+ <listitem>
+ <para>[jim] - Fixed a coreutils cross-compile issues on some
architectures.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/temp-system/common/coreutils.xml
===================================================================
--- trunk/BOOK/temp-system/common/coreutils.xml 2006-05-02 15:59:28 UTC (rev
1508)
+++ trunk/BOOK/temp-system/common/coreutils.xml 2006-05-02 15:59:36 UTC (rev
1509)
@@ -22,10 +22,12 @@
<sect2 role="installation">
<title>Installation of Coreutils</title>
- <para os="ba">Coreutils has an issue where UTILS_OPEN_MAX does not get
- defined when cross-compiling. So we define it:</para>
+ <para os="ba">Coreutils has an issues when cross-compiling. So we
+ define the items cross-compiling doesn't like:</para>
-<screen os="bc"><userinput>echo "utils_cv_sys_open_max=1024" >>
config.cache</userinput></screen>
+<screen os="bc"><userinput>echo "ac_cv_sys_restartable_syscalls=yes" >
config.cache
+echo "ac_cv_func_setvbuf_reversed=yes" >> config.cache
+echo "utils_cv_sys_open_max=1024" >> config.cache</userinput></screen>
<para os="bd">Prepare Coreutils for compilation:</para>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page