summaryrefslogtreecommitdiffstats
path: root/openwrt/toolchain/uClibc
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-06 21:39:12 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-06 21:39:12 +0000
commit35b04af7a8efa1998cac186f9bb4f58de4e643ef (patch)
tree3f0ba2871de8a4d23705a7fe0073d69321f69434 /openwrt/toolchain/uClibc
parent2a84a73093c523cda7890aa8de5f91111ec7ccbd (diff)
add some fixes for compiling on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@574 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/uClibc')
-rw-r--r--openwrt/toolchain/uClibc/uclibc.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/toolchain/uClibc/uclibc.mk b/openwrt/toolchain/uClibc/uclibc.mk
index 01c1a00e4..f801f3df8 100644
--- a/openwrt/toolchain/uClibc/uclibc.mk
+++ b/openwrt/toolchain/uClibc/uclibc.mk
@@ -99,11 +99,11 @@ $(STAGING_DIR)/lib/libc.a: $(UCLIBC_DIR)/lib/libc.a
DEVEL_PREFIX=/ \
RUNTIME_PREFIX=/ \
install_dev
- # Build the host utils. Need to add an install target...
- $(MAKE1) -C $(UCLIBC_DIR)/utils \
- PREFIX=$(STAGING_DIR) \
- HOSTCC="$(HOSTCC)" \
- hostutils
+ # Build the host utils. Need to add an install target... - disabled
+# $(MAKE1) -C $(UCLIBC_DIR)/utils \
+# PREFIX=$(STAGING_DIR) \
+# HOSTCC="$(HOSTCC)" \
+# hostutils
touch -c $(STAGING_DIR)/lib/libc.a
ifneq ($(TARGET_DIR),)