From c3831d028457ff1c106fa9a89e3b07712255d838 Mon Sep 17 00:00:00 2001 From: hcg Date: Wed, 4 Apr 2007 14:33:52 +0000 Subject: Cleanups on romboot and u-boot. Conditionally apply ldd and ldconfig support on at91 platform git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6862 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/uClibc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/uClibc') diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 2f95b0c44..93a994ebb 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -93,12 +93,14 @@ 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 -- cgit v1.2.3