Deleted Added
sdiff udiff text old ( 91054 ) new ( 92833 )
full compact
1# $FreeBSD: head/contrib/binutils/ld/configure.tgt 91054 2002-02-22 04:51:15Z obrien $
2
3
4# This is the linker target specific file. This is invoked by the
5# autoconf generated configure script. Putting it in a separate shell
6# file lets us skip running autoconf when modifying target specific
7# information.
8
9# This file switches on the shell variable ${targ}, and sets the

--- 133 unchanged lines hidden (view full) ---

143 ;;
144i[3456]86-*-linux*oldld) targ_emul=i386linux; targ_extra_emuls=elf_i386 ;;
145i[3456]86-*-linux-gnu*) targ_emul=elf_i386
146 targ_extra_emuls=i386linux
147 tdir_i386linux=${targ_alias}aout
148 ;;
149x86_64-*-linux-gnu*) targ_emul=elf_x86_64
150 targ_extra_emuls="elf_i386 i386linux"
151 tdir_i386linux=${targ_alias}aout
152 ;;
153i[3456]86-*-sysv[45]*) targ_emul=elf_i386 ;;
154i[3456]86-*-solaris2*) targ_emul=elf_i386_ldso
155 targ_extra_emuls="elf_i386"
156 ;;
157i[3456]86-*-unixware) targ_emul=elf_i386 ;;
158i[3456]86-*-solaris*) targ_emul=elf_i386_ldso
159 targ_extra_emuls="elf_i386"

--- 292 unchanged lines hidden ---