Ignore:
Timestamp:
Jul 3, 2009, 11:32:29 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
65a1d51
Parents:
acf32d0 (diff), 602aa77 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git@…:cross-lfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/bash.xml

    racf32d0 r392a73c  
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    3232
    33     <para os="t1">When bash is cross-compiled, it cannot test for the presence
    34     of named pipes, amoung other things. If you used <command>su</command> to
     33    <para os="t1">When Bash is cross-compiled, it cannot test for the presence
     34    of named pipes, among other things. If you used <command>su</command> to
    3535    become an unprivileged user, this combination will cause Bash to build
    3636    without <emphasis>process substitution</emphasis>, which will break one
    37     of the c++ test scripts in <literal>glibc</literal>. The following prevents
    38     future problems by skipping tests that can not run while cross-compiling
    39     or that do not run properly:</para>
     37    of the C++ test scripts in <literal>eglibc</literal>. The following prevents
     38    future problems by skipping the check for named pipes, as well as other
     39    tests that can not run while cross-compiling or that do not run properly:</para>
    4040
    4141<screen os="t2"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
Note: See TracChangeset for help on using the changeset viewer.