Changeset f9f2236 in clfs-embedded for BOOK/introduction/common
- Timestamp:
- Sep 21, 2016, 10:07:54 AM (8 years ago)
- Branches:
- master
- Children:
- ee335b8
- Parents:
- f8ce9f5
- git-author:
- Andrew Bradford <andrew@…> (09/21/16 10:04:41)
- git-committer:
- Andrew Bradford <andrew@…> (09/21/16 10:07:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/hostreqs.xml
rf8ce9f5 rf9f2236 105 105 106 106 # Simple script to list version numbers of critical development tools 107 107 set -e 108 108 bash --version | head -n1 | cut -d" " -f2-4 109 109 echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
Note:
See TracChangeset
for help on using the changeset viewer.