浏览代码

Revert "Add -rpath option for host package compilation"

Closes #1789

This reverts commit 6b939d40f6a29a43277566adc9d4312d49cb3abf.

The problem this commit tries to fix is valid, but the fix unfortunately
seems to cause worse problems on certain distributions/setups, so revert
for now.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 年之前
父节点
当前提交
e1a7d916e9
共有 2 个文件被更改,包括 1 次插入5 次删除
  1. 1 0
      CHANGES
  2. 0 5
      package/Makefile.in

+ 1 - 0
CHANGES

@@ -7,6 +7,7 @@
 
 
 	Issues resolved (http://bugs.uclibc.org):
 	Issues resolved (http://bugs.uclibc.org):
 
 
+	#1789: binutils fails to build for i386
 	#1843: Fix libcap build failure
 	#1843: Fix libcap build failure
 
 
 2010.05-rc3, Released May 27th, 2010:
 2010.05-rc3, Released May 27th, 2010:

+ 0 - 5
package/Makefile.in

@@ -77,11 +77,6 @@ ifeq ($(BR2_LARGEFILE),y)
 TARGET_CFLAGS+=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
 TARGET_CFLAGS+=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
 endif
 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)
 ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)