summaryrefslogtreecommitdiffstats
path: root/rules/xchain-binutils.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2004-03-31 20:50:45 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2004-03-31 20:50:45 +0000
commitc489490e479d3db67991977f5dd9b3026d81458e (patch)
tree27ecc4c442c66ba4d0f936c9f35dc5f6980a335f /rules/xchain-binutils.make
parent3b4873d21ddae27a9f9f71b25621a734de65bf1f (diff)
downloadptxdist-c489490e479d3db67991977f5dd9b3026d81458e.tar.gz
ptxdist-c489490e479d3db67991977f5dd9b3026d81458e.tar.xz
* big fat update
* merge of uClibc * update to busybox-1.0.0-pre8 git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@1289 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xchain-binutils.make')
-rw-r--r--rules/xchain-binutils.make14
1 files changed, 1 insertions, 13 deletions
diff --git a/rules/xchain-binutils.make b/rules/xchain-binutils.make
index fb7706fb8..e95f6137d 100644
--- a/rules/xchain-binutils.make
+++ b/rules/xchain-binutils.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: xchain-binutils.make,v 1.15 2003/12/18 16:07:40 robert Exp $
+# $Id: xchain-binutils.make,v 1.16 2004/03/31 20:50:45 mkl Exp $
#
# Copyright (C) 2002, 2003 by Pengutronix e.K., Hildesheim, Germany
#
@@ -56,24 +56,12 @@ $(STATEDIR)/xchain-binutils.extract: $(STATEDIR)/xchain-binutils.get
#
#
-# Enable combreloc, since it is such a nice thing to have...
-#
- perl -i -p -e "s,link_info.combreloc = false,link_info.combreloc = true,g;" $(XCHAIN_BINUTILS_DIR)/ld/ldmain.c
-
-#
# Hack binutils to use the correct shared lib loader
#
cd $(XCHAIN_BINUTILS_DIR) && \
perl -i -p -e "s,#.*define.*ELF_DYNAMIC_INTERPRETER.*\".*\",#define ELF_DYNAMIC_INTERPRETER \"$(DYNAMIC_LINKER)\",;" \
`grep -lr "#define ELF_DYNAMIC_INTERPRETER" $(XCHAIN_BINUTILS_DIR)`
-#
-# Hack binutils to prevent it from searching the host system
-# for libraries. We only want libraries for the target system.
-#
- cd $(XCHAIN_BINUTILS_DIR) && \
- perl -i -p -e "s,^NATIVE_LIB_DIRS.*,NATIVE_LIB_DIRS='$(CROSS_LIB_DIR)/usr/lib $(CROSS_LIB_DIR)/lib',;" \
- $(XCHAIN_BINUTILS_DIR)/ld/configure.host
touch $@
# ----------------------------------------------------------------------------