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