aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-01 00:28:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-01 00:28:12 +0000
commitd872db7a0e808d0e46a6bb3c8df64f9c9a31a24b (patch)
tree4a3468c8dfd7a2a545b1c2e1e60e4594ba2c186d /package
parentee812fc4368f33e814b9ea615fb80281ebf10a7f (diff)
downloadupstream-d872db7a0e808d0e46a6bb3c8df64f9c9a31a24b.tar.gz
upstream-d872db7a0e808d0e46a6bb3c8df64f9c9a31a24b.tar.bz2
upstream-d872db7a0e808d0e46a6bb3c8df64f9c9a31a24b.zip
add TARGET_CONFIGURE_OPTS to default compile command
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3883 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rules.mk b/package/rules.mk
index e06ddb11c3..61c2ae3eb0 100644
--- a/package/rules.mk
+++ b/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))" \