summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2012-04-24 14:11:23 -0700
committerJing Yu <jingyu@google.com>2012-04-24 14:11:23 -0700
commit08ffb81ad7204fb93db1eae5336848ac99205fed (patch)
tree45a2f028222e1ea3e23bf5c74d39123e4e378737
parent4a5cb75ce58a98d225dfbb09c9093cfe8cae9928 (diff)
downloadarm-linux-androideabi-4.6-08ffb81ad7204fb93db1eae5336848ac99205fed.tar.gz
Fix a typo in SOURCES file.
Change-Id: Id575e8c4cfa02cf214bdff81509fe7502292e363
-rw-r--r--SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCES b/SOURCES
index ece8903..0b1b2d2 100644
--- a/SOURCES
+++ b/SOURCES
@@ -7,7 +7,7 @@ export CXX="g++ -m64 -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/include -mmaco
export ABI=64
export LDFLAGS=-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk
path/to/build/configure --target=arm-linux-androideabi \
- --host=i686-apple-darwin --build=i686-apple-darwin \
+ --host=x86_64-apple-darwin --build=x86_64-apple-darwin \
--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 \