From: Felix Fietkau Date: Thu, 1 Jun 2006 00:28:12 +0000 (+0000) Subject: add TARGET_CONFIGURE_OPTS to default compile command X-Git-Tag: reboot~30718^2~631 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8f353e3b6b538ad6807c134d28ec6081937923e3;p=openwrt%2Fopenwrt.git add TARGET_CONFIGURE_OPTS to default compile command SVN-Revision: 3883 --- diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk index e06ddb11c3..61c2ae3eb0 100644 --- a/openwrt/package/rules.mk +++ b/openwrt/package/rules.mk @@ -232,6 +232,7 @@ endef define Build/Compile/Default $(MAKE) -C $(PKG_BUILD_DIR) \ + $(TARGET_CONFIGURE_OPTS) \ CC=$(TARGET_CC) \ CROSS="$(TARGET_CROSS)" \ PREFIX="$$(IDIR_$(1))" \