aboutsummaryrefslogtreecommitdiffstats
path: root/build-gcc.sh
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2016-03-29 22:30:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-03-29 22:30:35 +0000
commitaec28b44e467a139d5f5cefe038e3f4a30dfc478 (patch)
tree683ea6a4fdd09801ee89dbb792e4c2d43d394795 /build-gcc.sh
parent859df16485d512e69b529f57a9c747107dec23bc (diff)
parent41c11c2a743ea85be67d0840dbbb6d5125bb8798 (diff)
downloadtoolchain_gcc-aec28b44e467a139d5f5cefe038e3f4a30dfc478.tar.gz
toolchain_gcc-aec28b44e467a139d5f5cefe038e3f4a30dfc478.tar.bz2
toolchain_gcc-aec28b44e467a139d5f5cefe038e3f4a30dfc478.zip
Merge "Add top-level flag, --enable-libatomic-ifuncs=[yes/no]"
Diffstat (limited to 'build-gcc.sh')
-rwxr-xr-xbuild-gcc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-gcc.sh b/build-gcc.sh
index 707ff272f..4893461cf 100755
--- a/build-gcc.sh
+++ b/build-gcc.sh
@@ -389,6 +389,7 @@ fi
cd $BUILD_OUT && run \
$BUILD_SRCDIR/configure --target=$ABI_CONFIGURE_TARGET \
--enable-bionic-libs \
+ --enable-libatomic-ifuncs=no \
--enable-initfini-array \
--host=$ABI_CONFIGURE_HOST \
--build=$ABI_CONFIGURE_BUILD \