scripts/toolchain-config.in
author Bryan Hundven <bryanhundven@gmail.com>
Tue Dec 14 11:49:18 2010 -0800 (2010-12-14)
changeset 2226 13e4f7126cf7
parent 1098 035f231898cc
child 2614 814ea73df7e0
permissions -rw-r--r--
config/binutils: Add binutils 2.21

Currently depends on EXPERIMENTAL, as it is not well tested and I'm
not sure if/which patches need to be ported forward from 2.20.1.
yann@894
     1
#!/bin/sh
yann@894
     2
yann@894
     3
SKIP_ME="### CT_NG SKIP ME ###"
yann@1189
     4
skip_me=$(($(cat "${0}" |@@grep@@ --binary-files=text -o -b -E "^${SKIP_ME}$" |cut -d : -f 1)+${#SKIP_ME}+1))
yann@894
     5
dd if="${0}" bs=${skip_me} skip=1 2>/dev/null |bzcat
yann@894
     6
exit 0
yann@894
     7
yann@894
     8
### CT_NG SKIP ME ###