Commit aaba7b8d authored by Eric Andersen's avatar Eric Andersen
Browse files

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

build shared libs.
parent e064d44a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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