Changeset c1198c2 in mainline
- Timestamp:
- 2011-06-13T02:47:08Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- df8110d3
- Parents:
- 2431f30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/binutils/toolchain.sh
r2431f30 rc1198c2 102 102 ( 103 103 echo '#! /bin/bash' 104 echo 'echo' \'"$2"\' '"$@"'105 echo "ar -s"'$@'104 echo 'echo' 'ar -s' '"$@"' 105 echo 'ar -s' '$@' 106 106 ) > 'ranlib' 107 107 chmod a+x 'ranlib'
Note:
See TracChangeset
for help on using the changeset viewer.