diff options
-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` |