diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-04 20:24:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-04 20:24:06 +0000 |
commit | ed654ae6bdc0dab58832afb7172b5e7361fe1a56 (patch) | |
tree | 6439b4d393ed6fd272c7601947ea7b3f8f30c2a1 /toolchain/uClibc | |
parent | b21ed1d7e484b913f0f71807d7f5c1c070fe41d4 (diff) | |
download | upstream-ed654ae6bdc0dab58832afb7172b5e7361fe1a56.tar.gz upstream-ed654ae6bdc0dab58832afb7172b5e7361fe1a56.tar.bz2 upstream-ed654ae6bdc0dab58832afb7172b5e7361fe1a56.zip |
Remove ldd/ldconfig for the moment (#1551)
SVN-Revision: 6866
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 93a994ebb6..74936e97f1 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -93,14 +93,7 @@ define Build/Install RUNTIME_PREFIX=/ \ install_dev echo $(PKG_VERSION) > $(STAGING_DIR)/uclibc_version -ifneq ($(CONFIG_LINUX_2_6_AT91),y) echo $(PKG_VERSION)$(PKG_EXTRAVERSION) > $(STAGING_DIR)/uclibc_extra_version - $(MAKE) -C $(PKG_BUILD_DIR) \ - PREFIX=$(STAGING_DIR)/ \ - DEVEL_PREFIX=/ \ - RUNTIME_PREFIX=/ \ - utils -endif endef define Build/Clean |