diff options
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | package/Makefile.in | 5 |
2 files changed, 1 insertions, 5 deletions
@@ -7,6 +7,7 @@ Issues resolved (http://bugs.uclibc.org): + #1789: binutils fails to build for i386 #1843: Fix libcap build failure 2010.05-rc3, Released May 27th, 2010: diff --git a/package/Makefile.in b/package/Makefile.in index 7ac429c81..eeb945022 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -77,11 +77,6 @@ ifeq ($(BR2_LARGEFILE),y) TARGET_CFLAGS+=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 endif -# Host packages are sometimes linked against host libraries installed -# in $(HOST_DIR)/usr/lib. As we cannot add $(HOST_DIR)/usr/lib to -# LD_LIBRARY_PATH when building target packages because it causes -# libtool breakage, we force a rpath to be added to host binaries. -HOST_CFLAGS+=-Wl,-rpath -Wl,$(HOST_DIR)/usr/lib ######################################################################### ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y) |