Author: jim
Date: 2006-07-19 17:45:08 -0600 (Wed, 19 Jul 2006)
New Revision: 2037
Modified:
/
branches/clfs-2.0/BOOK/final-system/common/kbd.xml
Log:
[EMAIL PROTECTED] (orig r2158): jciccone | 2006-07-19 16:16:12 -0700
Added a sed that overrides the arch that kbd detects, it detects the hosts.
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2157
+ b6734a72-470d-0410-b049-f317dca95413:/:2158
Modified: branches/clfs-2.0/BOOK/final-system/common/kbd.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/common/kbd.xml 2006-07-18 19:45:37 UTC
(rev 2036)
+++ branches/clfs-2.0/BOOK/final-system/common/kbd.xml 2006-07-19 23:45:08 UTC
(rev 2037)
@@ -45,6 +45,12 @@
<screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen>
+ <para os="s5">Configure detects the architecture of the host system. The
+ following sed changes this value to your target architecture.</para>
+
+<screen os="s6"><userinput>cp make_include{,.orig}
+sed "/^ARCH/s/=.*/=arm/" make_include.orig >
make_include</userinput></screen>
+
<para os="c">Compile the package:</para>
<screen os="d"><userinput>make CC="${CC}"</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page