Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/ld Resolve mis-merge.



details:   https://anonhg.NetBSD.org/src/rev/7082739204e4
branches:  trunk
changeset: 747651:7082739204e4
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Sep 26 10:44:21 2009 +0000

description:
Resolve mis-merge.

diffstat:

 external/gpl3/binutils/dist/ld/configure.host |  16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diffs (26 lines):

diff -r 2fea9ed9aaae -r 7082739204e4 external/gpl3/binutils/dist/ld/configure.host
--- a/external/gpl3/binutils/dist/ld/configure.host     Sat Sep 26 07:29:55 2009 +0000
+++ b/external/gpl3/binutils/dist/ld/configure.host     Sat Sep 26 10:44:21 2009 +0000
@@ -85,22 +85,6 @@
   # No further tweaking needed
   ;;
 
-alpha*-*-netbsd* | mips*-*-netbsd* | sparc64-*-netbsd* | *-*-netbsdelf*)
-  # The new BSD `make' has a bug: it doesn't pass empty arguments in
-  # shell commands.  So we need to make this value non-empty in order
-  # for the genscripts.sh call to work.  There's nothing magic about
-  # the value `/lib'; it's just a dummy.
-  NATIVE_LIB_DIRS=/lib
-  HOSTING_CRT0='-dynamic-linker /usr/libexec/ld.elf_so /usr/lib/crt0.o /usr/lib/crtbegin.o'
-  HOSTING_LIBS="$HOSTING_LIBS /usr/lib/crtend.o"
-  ;;
-
-*-*-netbsd*)
-  # NetBSD non-ELF platforms.
-  NATIVE_LIB_DIRS=/lib
-  HOSTING_CRT0=/usr/lib/crt0.o
-  ;;
-
 am33_2.0-*-linux*)
   HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]\*,ld-linux,g"`
   ;;



Home | Main Index | Thread Index | Old Index