summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 75f4071..ce1192c 100755
--- a/build.sh
+++ b/build.sh
@@ -1,14 +1,15 @@
#!/bin/bash
# Wanted versions
-[ -z "$BINUTILS" ] && BINUTILS=2.23.51.0.9
-[ -z "$GCC" ] && GCC=lp:gcc-linaro
+[ -z "$BINUTILS" ] && BINUTILS=2.23.52.0.2
+[ -z "$GCC" ] && GCC=branches/linaro/gcc-4_8-branch/
[ -z "$GMP" ] && GMP=5.1.1
[ -z "$MPFR" ] && MPFR=3.1.1
[ -z "$MPC" ] && MPC=1.0.1
[ -z "$MAKE" ] && MAKE=3.82
[ -z "$NCURSES" ] && NCURSES=5.9
[ -z "$VIM" ] && VIM=7.3
+# $ANDROID is irrelevant for in-tree builds
[ -z "$ANDROID" ] && ANDROID=4.1.2
# Everything below is needed only for rpm support
@@ -112,7 +113,7 @@ if ! [ -d mpc ]; then
cd ..
fi
if ! [ -d gcc ]; then
- bzr branch $GCC gcc
+ svn co svn://gcc.gnu.org/svn/gcc/$GCC gcc
patch -p0 <"$DIR/gcc-4.7-android-workarounds.patch"
patch -p0 <"$DIR/gcc-4.7-no-unneeded-multilib.patch"
patch -p0 <"$DIR/gcc-4.7-stlport.patch"