diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-18 06:47:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-18 06:47:18 +0000 |
commit | 08e8565328974267fd4c054f18cb618f0d913654 (patch) | |
tree | a14c731e340a73690d6b0a1a60784d155b1d62b5 /make | |
parent | 58b9b541b9530d4c431dc58f820dacecf393e142 (diff) | |
download | buildroot-novena-08e8565328974267fd4c054f18cb618f0d913654.tar.gz buildroot-novena-08e8565328974267fd4c054f18cb618f0d913654.zip |
do not use a perl, just use a patch
Diffstat (limited to 'make')
-rw-r--r-- | make/binutils.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/make/binutils.mk b/make/binutils.mk index f09194709..74269edf9 100644 --- a/make/binutils.mk +++ b/make/binutils.mk @@ -31,12 +31,6 @@ $(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE) $(BINUTILS_DIR)/.patched: $(BINUTILS_DIR)/.unpacked # Apply any files named binutils-*.patch from the source directory to binutils $(SOURCE_DIR)/patch-kernel.sh $(BINUTILS_DIR) $(SOURCE_DIR) binutils-*.patch - # - # Hack binutils to use the correct default shared lib loader - # - (cd $(BINUTILS_DIR); perl -i -p -e "s,#.*define.*ELF_DYNAMIC_INTERPRETER.*\".*\",\ - #define ELF_DYNAMIC_INTERPRETER \"/lib/ld-uClibc.so.0\",;" \ - `grep -lr ELF_DYNAMIC_INTERPRETER *`); touch $(BINUTILS_DIR)/.patched $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched |