mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-05 09:56:12 +02:00
binutils: add CPPFLAGS
Forward the OpenWrt CPPFLAGS to the compile process. This fixes fortify sources support. Link: https://github.com/openwrt/openwrt/pull/22056 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
fc109d1df0
commit
35939e4db9
@ -93,6 +93,9 @@ CONFIGURE_ARGS += \
|
||||
--without-msgpack \
|
||||
--disable-gprofng
|
||||
|
||||
MAKE_VARS+= \
|
||||
CPPFLAGS="$(TARGET_CPPFLAGS)"
|
||||
|
||||
define Build/Install
|
||||
$(call Build/Install/Default)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/libiberty \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user