Changeset 485c2de in clfs-sysroot for BOOK/final-system


Ignore:
Timestamp:
Aug 30, 2006, 11:37:31 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
c9f1b1b
Parents:
d9aba5a
Message:

Updated the uname patch to one that works on all architectures.

Location:
BOOK/final-system
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    rd9aba5a r485c2de  
    3030
    3131<screen os="p2"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen>
     32
     33    <para os="p3">A known issue with the <command>uname</command> program from
     34    this package is that the <option>-p</option> switch always
     35    returns <computeroutput>unknown</computeroutput>. The following patch
     36    fixes this behavior for all architectures:</para>
     37
     38<screen os="p4"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
    3239
    3340    <para os="a">Configure doesn't properly handle the following tests
  • BOOK/final-system/x86-chapter.xml

    rd9aba5a r485c2de  
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/coreutils.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/coreutils.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/>
Note: See TracChangeset for help on using the changeset viewer.