Fixup gcc_target build.

This commit is contained in:
Eric Andersen 2003-09-27 01:13:47 +00:00
parent 91a2680a50
commit 626312a278

View File

@ -326,12 +326,17 @@ $(GCC_BUILD_DIR3)/.configured: $(GCC_BUILD_DIR3)/.gcc3_3_build_hacks
--disable-shared $(MULTILIB) \
--enable-target-optspace $(DISABLE_NLS) \
--with-gnu-ld --disable-__cxa_atexit \
--enable-clocale=gnu \
--enable-languages=$(TARGET_LANGUAGES) \
$(EXTRA_GCC_CONFIG_OPTIONS) \
--program-prefix="" \
);
touch $(GCC_BUILD_DIR3)/.configured
#Fixme -- for locale handling?
#ifeq ($(ENABLE_LOCALE),true)
# --enable-clocale=gnu \
#endif
$(GCC_BUILD_DIR3)/.compiled: $(GCC_BUILD_DIR3)/.configured
$(MAKE) -C $(GCC_BUILD_DIR3) \