Change --disable-shared to --enable-shared so libstdc++ will

build shared libs.
2012.11.x
Eric Andersen 2003-01-09 18:24:17 +00:00
parent e064d44a2f
commit aaba7b8d9e
2 changed files with 3 additions and 4 deletions

View File

@ -67,8 +67,7 @@ $(BINUTILS_DIR2)/.configured:
--mandir=/usr/man \
--infodir=/usr/info \
--with-gxx-include-dir=/usr/include/c++ \
--disable-shared $(MULTILIB) \
--enable-targets=$(GNU_TARGET_NAME) );
--disable-shared $(MULTILIB) );
touch $(BINUTILS_DIR2)/.configured
$(BINUTILS_DIR2)/binutils/objdump: $(BINUTILS_DIR2)/.configured
@ -183,7 +182,7 @@ $(GCC_BUILD_DIR3)/.configured: $(GCC_BUILD_DIR3)/.gcc_build_hacks
--localstatedir=/var \
--mandir=/usr/man \
--infodir=/usr/info \
--disable-shared $(MULTILIB) \
--enable-shared $(MULTILIB) \
--enable-target-optspace --disable-nls --with-gnu-ld \
--enable-languages=$(TARGET_LANGUAGES) --disable-__cxa_atexit );
touch $(GCC_BUILD_DIR3)/.configured

View File

@ -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