From 1fc3f2f3de0f731c2869a48f951557eed6704218 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 4 Mar 2003 19:16:19 +0000 Subject: Rework things to ensure we are cross compiling. Teach problematic apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib --- make/bridge.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/bridge.mk') 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 \ ); -- cgit v1.2.3