diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-11-25 18:01:33 +0100 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-11-25 18:01:33 +0100 |
commit | 2c8db4be5c2a3efb1b970bb28a0e3eef089afd2b (patch) | |
tree | f42ab5e70731588370968466d8ccdc75f3c98fbb | |
parent | 56621eceb5a53e1aa3773e3f971debb18943a345 (diff) | |
download | cross-scripts-2c8db4be5c2a3efb1b970bb28a0e3eef089afd2b.tar.gz cross-scripts-2c8db4be5c2a3efb1b970bb28a0e3eef089afd2b.zip |
(not up to date)
-rwxr-xr-x | cross-x86.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross-x86.sh b/cross-x86.sh index 5187328..2a31c80 100755 --- a/cross-x86.sh +++ b/cross-x86.sh @@ -1,7 +1,7 @@ #!/bin/sh -GCC=4.5.0 -BINUTILS=2.20 +GCC=4.6.3 +BINUTILS=2.22 ARCH=x86 cd `dirname $0` |