mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Fixup gcc_target build.
This commit is contained in:
parent
91a2680a50
commit
626312a278
@ -326,12 +326,17 @@ $(GCC_BUILD_DIR3)/.configured: $(GCC_BUILD_DIR3)/.gcc3_3_build_hacks
|
|||||||
--disable-shared $(MULTILIB) \
|
--disable-shared $(MULTILIB) \
|
||||||
--enable-target-optspace $(DISABLE_NLS) \
|
--enable-target-optspace $(DISABLE_NLS) \
|
||||||
--with-gnu-ld --disable-__cxa_atexit \
|
--with-gnu-ld --disable-__cxa_atexit \
|
||||||
--enable-clocale=gnu \
|
|
||||||
--enable-languages=$(TARGET_LANGUAGES) \
|
--enable-languages=$(TARGET_LANGUAGES) \
|
||||||
$(EXTRA_GCC_CONFIG_OPTIONS) \
|
$(EXTRA_GCC_CONFIG_OPTIONS) \
|
||||||
--program-prefix="" \
|
--program-prefix="" \
|
||||||
);
|
);
|
||||||
touch $(GCC_BUILD_DIR3)/.configured
|
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
|
$(GCC_BUILD_DIR3)/.compiled: $(GCC_BUILD_DIR3)/.configured
|
||||||
$(MAKE) -C $(GCC_BUILD_DIR3) \
|
$(MAKE) -C $(GCC_BUILD_DIR3) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user