mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:24:39 +02:00
[toolchain] libssp should also be configured in binutils
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14376 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0cc564e743
commit
ec46c1676a
@ -34,6 +34,12 @@ include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
EXTRA_TARGET=$(if $(CONFIG_EXTRA_TARGET_ARCH),--enable-targets=$(call qstrip,$(CONFIG_EXTRA_TARGET_ARCH_NAME))-linux-$(TARGET_SUFFIX))
|
||||
|
||||
ifneq ($(CONFIG_SSP_SUPPORT),)
|
||||
LIB_SSP:=--enable-libssp
|
||||
else
|
||||
LIB_SSP:=--disable-libssp
|
||||
endif
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
ln -snf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)
|
||||
@ -51,6 +57,7 @@ define Build/Configure
|
||||
--disable-multilib \
|
||||
--disable-werror \
|
||||
--disable-nls \
|
||||
$(LIB_SSP) \
|
||||
$(EXTRA_TARGET) \
|
||||
$(SOFT_FLOAT_CONFIG_OPTION) \
|
||||
$(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS)) \
|
||||
|
Loading…
Reference in New Issue
Block a user