Change --disable-shared to --enable-shared so libstdc++ will
build shared libs.
This commit is contained in:
parent
e064d44a2f
commit
aaba7b8d9e
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user