mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Leave the final gcc build with disable shared to make things
simpler. This just makes the build faster, since all we want at this point is the gcc and g++ binaries...
This commit is contained in:
@@ -208,7 +208,7 @@ $(GCC_BUILD_DIR3)/.configured: $(GCC_BUILD_DIR3)/.gcc_build_hacks
|
||||
--libdir=/usr/lib \
|
||||
--includedir=$(TARGET_DIR)/usr/include \
|
||||
--with-gxx-include-dir=$(TARGET_DIR)/usr/include/c++ \
|
||||
--enable-shared $(MULTILIB) \
|
||||
--disable-shared $(MULTILIB) \
|
||||
--enable-target-optspace --disable-nls \
|
||||
--with-gnu-ld --disable-__cxa_atexit \
|
||||
--enable-languages=$(TARGET_LANGUAGES) \
|
||||
|
||||
Reference in New Issue
Block a user