From: Eric Andersen Date: Wed, 22 Jan 2003 00:15:51 +0000 (-0000) Subject: sigh. We need to disable-shared for the initial compiler build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=235a05b0c038be3cdd4c4d248b4c9a81694cf188;p=buildroot.git sigh. We need to disable-shared for the initial compiler build or it won't build. --- diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk index fd653cf365..0b2c597beb 100644 --- a/make/uclibc_toolchain.mk +++ b/make/uclibc_toolchain.mk @@ -239,7 +239,7 @@ $(GCC_BUILD_DIR1)/.configured: $(GCC_DIR)/.gcc_build_hacks --with-local-prefix=$(STAGING_DIR)/usr/local \ --oldincludedir=$(STAGING_DIR)/include $(MULTILIB) \ --enable-target-optspace --disable-nls --with-gnu-ld \ - --enable-shared --enable-languages=c --disable-__cxa_atexit \ + --disable-shared --enable-languages=c --disable-__cxa_atexit \ $(EXTRA_GCC_CONFIG_OPTIONS) --program-prefix=$(ARCH)-uclibc-); touch $(GCC_BUILD_DIR1)/.configured