summaryrefslogtreecommitdiffstats
path: root/make/bridge.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/bridge.mk')
-rw-r--r--make/bridge.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/bridge.mk b/make/bridge.mk
index f84b1b46f..b26726a3e 100644
--- a/make/bridge.mk
+++ b/make/bridge.mk
@@ -18,7 +18,7 @@ $(BRIDGE_BUILD_DIR)/.unpacked: $(DL_DIR)/$(BRIDGE_SOURCE)
$(BRIDGE_BUILD_DIR)/.configured: $(BRIDGE_BUILD_DIR)/.unpacked
(cd $(BRIDGE_BUILD_DIR); rm -rf config.cache; \
- PATH=$(TARGET_PATH) CC=$(TARGET_CC) \
+ $(TARGET_CONFIGURE_OPTS) \
./configure \
--with-linux-headers=$(BUILD_DIR)/linux \
);