aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2014-09-24 14:40:45 +0100
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2014-09-24 14:40:45 +0100
commitf95335545b87e527b7572834f35456832bd999db (patch)
tree5fd2e0e28b80ed3bc54e7c0affeae1518b7bd67b /config/gcc.conf
parentf58efd0258bfaeccad59f45da6e24ebe1922d7d7 (diff)
Build shared compiler libraries
See https://bugs.linaro.org/show_bug.cgi?id=697 . Change-Id: I28d2ccdddb603dc0e5f7581200ed0ca843ddd242
Diffstat (limited to 'config/gcc.conf')
-rw-r--r--config/gcc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index edbc4fd1..a77ee12e 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -149,7 +149,7 @@ if test x"${build}" != x"${target}"; then
else
local sysroot="${local_builds}/sysroot-${target}"
fi
- stage2_flags="--with-build-sysroot=${sysroots} --enable-lto --enable-linker-build-id --enable-long-long --enable-shared=libgcc --with-sysroot=${sysroot} --enable-languages=${languages}"
+ stage2_flags="--with-build-sysroot=${sysroots} --enable-lto --enable-linker-build-id --enable-long-long --enable-shared --with-sysroot=${sysroot} --enable-languages=${languages}"
# native builds are easy, so build almost everything
else