X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/2eab8bf09fe2408cd22f7ca16ce32476b7905f28..4e9098644a292077129c059467d9b955bc81880d:/openwrt/toolchain/uClibc/uclibc.mk diff --git a/openwrt/toolchain/uClibc/uclibc.mk b/openwrt/toolchain/uClibc/uclibc.mk index f7b6d2be6..f801f3df8 100644 --- a/openwrt/toolchain/uClibc/uclibc.mk +++ b/openwrt/toolchain/uClibc/uclibc.mk @@ -38,6 +38,7 @@ $(DL_DIR)/$(UCLIBC_SOURCE): $(UCLIBC_DIR)/.unpacked: $(DL_DIR)/$(UCLIBC_SOURCE) mkdir -p $(TOOL_BUILD_DIR) bzcat $(DL_DIR)/$(UCLIBC_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) - + $(PATCH) $(UCLIBC_DIR) ./patches touch $(UCLIBC_DIR)/.unpacked $(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked @@ -98,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),)