mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
nanocom: use provided compiler/linker flags as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -13,7 +13,7 @@ define NANOCOM_EXTRACT_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define NANOCOM_BUILD_CMDS
|
define NANOCOM_BUILD_CMDS
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
$(MAKE) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define NANOCOM_INSTALL_TARGET_CMDS
|
define NANOCOM_INSTALL_TARGET_CMDS
|
||||||
|
|||||||
Reference in New Issue
Block a user