From: brian Date: Fri, 21 May 2004 03:28:45 +0000 (-0700) Subject: no binutils builtin linker script X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=2e1a4dfab3d3a476849d4b01a77f95400718cfa9 no binutils builtin linker script darcs-hash:20040521032845-24bed-43fde087d63ac7841602718dc130ff78ee28ce6e.gz --- 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