[Buildroot] [git commit branch/next] nanocom: use provided compiler/linker flags as well

Peter Korsgaard jacmet at sunsite.dk
Thu Aug 2 19:52:47 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=e6d1887d26994a4da5db947f9ecdde5c85b47fa9
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/nanocom/nanocom.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/nanocom/nanocom.mk b/package/nanocom/nanocom.mk
index 4fb7aee..8421397 100644
--- a/package/nanocom/nanocom.mk
+++ b/package/nanocom/nanocom.mk
@@ -13,7 +13,7 @@ define NANOCOM_EXTRACT_CMDS
 endef
 
 define NANOCOM_BUILD_CMDS
-	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
+	$(MAKE) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" -C $(@D)
 endef
 
 define NANOCOM_INSTALL_TARGET_CMDS


More information about the buildroot mailing list