Changeset 1e24bf0 in clfs-embedded


Ignore:
Timestamp:
Jan 8, 2011, 7:03:46 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
a9035d0
Parents:
d683d1e
Message:

Update the binutils command on the host prereqs script. Thanks Andrew Bradford for bringing this up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/prologue/common/hostreqs.xml

    rd683d1e r1e24bf0  
    9898
    9999bash --version | head -n1 | cut -d" " -f2-4
    100 echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4
     100echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
    101101bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
    102102echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
Note: See TracChangeset for help on using the changeset viewer.