diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-11 00:03:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-11 00:04:04 -0400 |
commit | 70fdf046ba09aac4fac40e1e93cfaa88926fb5d4 (patch) | |
tree | 905765353780a1c151674e570029085300637671 /standalone/android/buildchroot-inchroot-asuser | |
parent | dee00883115e74951bb57ae2ed439ea7bdcaaa51 (diff) |
update to arm-linux-androideabi-4.8 and current cabal
Diffstat (limited to 'standalone/android/buildchroot-inchroot-asuser')
-rwxr-xr-x | standalone/android/buildchroot-inchroot-asuser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/buildchroot-inchroot-asuser b/standalone/android/buildchroot-inchroot-asuser index 2cd77b6b7..c3d7bdf76 100755 --- a/standalone/android/buildchroot-inchroot-asuser +++ b/standalone/android/buildchroot-inchroot-asuser @@ -30,7 +30,7 @@ rm -rf adt-bundle-linux-x86/eclipse # The git-annex android Makefile needs this cc symlink. ln -s arm-linux-androideabi-gcc \ - $HOME/.ghc/android-14/arm-linux-androideabi-4.7/bin/cc + $HOME/.ghc/android-14/arm-linux-androideabi-4.8/bin/cc cd git clone git://git-annex.branchable.com/ git-annex |