From 41c11c2a743ea85be67d0840dbbb6d5125bb8798 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Fri, 25 Mar 2016 16:19:29 -0700 Subject: Add top-level flag, --enable-libatomic-ifuncs=[yes/no] This CL adds a top-level configure flag, --enable-libatomic-ifuncs. IF this is set to 'no', then libatomic will not be configured/built to use IFUNC. This is to fix https://buganizer.corp.google.com/issues/22699878 Change-Id: I76741fe854fc9c32a230b67c72920adfb00473ee --- build-gcc.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build-gcc.sh') 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 \ -- cgit v1.2.3