From aaba7b8d9e8dab1e1bef9c09b6d2aeaa3c4797eb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 9 Jan 2003 18:24:17 +0000 Subject: Change --disable-shared to --enable-shared so libstdc++ will build shared libs. --- make/uclibc_toolchain.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/uclibc_toolchain.mk') diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk index 7e37cf387..fc0f83f7c 100644 --- a/make/uclibc_toolchain.mk +++ b/make/uclibc_toolchain.mk @@ -370,7 +370,7 @@ $(GCC_BUILD_DIR2)/.configured: $(GCC_DIR)/.g++_build_hacks --with-local-prefix=$(STAGING_DIR)/usr/local \ --oldincludedir=$(STAGING_DIR)/usr/include $(MULTILIB) \ --enable-target-optspace --disable-nls --with-gnu-ld \ - --disable-shared --enable-languages=$(TARGET_LANGUAGES) --disable-__cxa_atexit \ + --enable-shared --enable-languages=$(TARGET_LANGUAGES) --disable-__cxa_atexit \ --program-prefix=$(ARCH)-uclibc-); touch $(GCC_BUILD_DIR2)/.configured -- cgit v1.2.3