Fixup gcc_target build.
authorEric Andersen <andersen@codepoet.org>
Sat, 27 Sep 2003 01:13:47 +0000 (01:13 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 27 Sep 2003 01:13:47 +0000 (01:13 -0000)
make/gcc-3.3.mk

index f77a6c0cb5ef92f124d53cd5c716f7f9c1b737ef..8cfb1731145a0846db32276e72a15cad51e91949 100644 (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) \