Changeset 37ee34f1
- Timestamp:
- May 2, 2006, 8:57:20 AM (19 years ago)
- Children:
- ce2de8a
- Parents:
- 593fca05
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/common/changelog.xml
r593fca05 r37ee34f1 43 43 <para>[jim] - Updated Linux Headers 2.6.16.12 to 05022006.</para> 44 44 </listitem> 45 <listitem> 46 <para>[jim] - Reverted change to bash. Needed on some architectures.</para> 47 </listitem> 45 48 </itemizedlist> 46 49 </listitem> -
temp-system/common/bash.xml
r593fca05 r37ee34f1 23 23 <title>Installation of Bash</title> 24 24 25 <para os="c1">Remove a test that causes the build to fail:</para> 26 27 <screen os="c2"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen> 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 30 href="../../final-system/common/bash.xml" … … 28 32 29 33 <screen os="h"><userinput>./configure --prefix=/tools \ 30 --without-bash-malloc --host=${LFS_TARGET}</userinput></screen> 34 --without-bash-malloc --host=${LFS_TARGET} \ 35 --cache-file=config.cache</userinput></screen> 31 36 32 37 <variablelist os="ad"> -
temp-system/multilib/bash.xml
r593fca05 r37ee34f1 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/bash.xml" 27 xpointer="xpointer(//*[@os='c1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/bash.xml" 31 xpointer="xpointer(//*[@os='c2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/bash.xml" 27 35 xpointer="xpointer(//*[@os='g'])"/> 28 36 29 37 <screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 30 38 ./configure --prefix=/tools \ 31 --without-bash-malloc --host=${LFS_TARGET}</userinput></screen> 39 --without-bash-malloc --host=${LFS_TARGET} \ 40 --cache-file=config.cache</userinput></screen> 32 41 33 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.