summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2012-04-24 14:12:53 -0700
committerJing Yu <jingyu@google.com>2012-04-24 14:12:53 -0700
commit5818f84619784c58d43cb8a46609d2d78c216680 (patch)
tree0e2b5c7d9df9f15f23e119165420bf0ad0a8cfbc
parent17a56b4e0f41f2c8c18c720940d196bf2591383a (diff)
downloadarm-linux-androideabi-4.6-5818f84619784c58d43cb8a46609d2d78c216680.tar.gz
Fix a typo in SOURCES file
Change-Id: Ie403aea15e59c7ee3f5428e62cd82f9f42531e6b
-rw-r--r--SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCES b/SOURCES
index 2b487d0..ab11114 100644
--- a/SOURCES
+++ b/SOURCES
@@ -6,7 +6,7 @@ export CC="gcc -m64"
export CXX="g++ -m64"
export ABI=64
path/to/build/configure --target=arm-linux-androideabi \
- --host=i686-linux-gnu --build=i686-linux-gnu \
+ --host=x86_64-linux-gnu --build=x86_64-linux-gnu \
--with-gcc-version=4.6 --with-binutils-version=2.21 \
--with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 \
--with-gdb-version=7.3.x --with-arch=armv5te \