aboutsummaryrefslogtreecommitdiff
path: root/cross-x86.sh
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2012-11-25 18:01:33 +0100
committerAlex AUVOLAT <alexis211@gmail.com>2012-11-25 18:01:33 +0100
commit2c8db4be5c2a3efb1b970bb28a0e3eef089afd2b (patch)
treef42ab5e70731588370968466d8ccdc75f3c98fbb /cross-x86.sh
parent56621eceb5a53e1aa3773e3f971debb18943a345 (diff)
downloadcross-scripts-2c8db4be5c2a3efb1b970bb28a0e3eef089afd2b.tar.gz
cross-scripts-2c8db4be5c2a3efb1b970bb28a0e3eef089afd2b.zip
(not up to date)
Diffstat (limited to 'cross-x86.sh')
-rwxr-xr-xcross-x86.sh4
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`