From 2e1a4dfab3d3a476849d4b01a77f95400718cfa9 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 20 May 2004 20:28:45 -0700 Subject: [PATCH] no binutils builtin linker script darcs-hash:20040521032845-24bed-43fde087d63ac7841602718dc130ff78ee28ce6e.gz --- upstream/Makefile | 2 +- upstream/patches/binutils-nocompilein.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 upstream/patches/binutils-nocompilein.patch diff --git a/upstream/Makefile b/upstream/Makefile index f6e02ef..9d233e0 100644 --- a/upstream/Makefile +++ b/upstream/Makefile @@ -11,7 +11,7 @@ configure_gcc_step2 = $(configure_gcc) --enable-languages="c,c++" version_binutils = 2.14 url_binutils = ftp://ftp.gnu.org/gnu/binutils/binutils-$(version_binutils).tar.gz -patches_binutils = binutils-no64.patch +patches_binutils = binutils-no64.patch binutils-nocompilein.patch configure_binutils = --target=mips-unknown-elf version_newlib = 1.11.0 diff --git a/upstream/patches/binutils-nocompilein.patch b/upstream/patches/binutils-nocompilein.patch new file mode 100644 index 0000000..3e4f982 --- /dev/null +++ b/upstream/patches/binutils-nocompilein.patch @@ -0,0 +1,12 @@ +--- ld/genscripts.sh~ 2004-05-20 20:51:07.000000000 -0400 ++++ ld/genscripts.sh 2004-05-20 20:51:07.000000000 -0400 +@@ -229,9 +229,5 @@ + fi + fi + +-case " $EMULATION_LIBPATH " in +- *" ${EMULATION_NAME} "*) COMPILE_IN=true;; +-esac +- + # Generate e${EMULATION_NAME}.c. + . ${srcdir}/emultempl/${TEMPLATE_NAME-generic}.em -- 1.7.10.4