Deleted Added
full compact
configure.tgt (91054) configure.tgt (92833)
1# $FreeBSD: head/contrib/binutils/ld/configure.tgt 91054 2002-02-22 04:51:15Z obrien $
1# $FreeBSD: head/contrib/binutils/ld/configure.tgt 92833 2002-03-20 22:02:35Z 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"
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
151 targ_extra_libpath=elf_i386
152 tdir_i386linux=`echo ${targ_alias}aout | sed -e 's/x86_64/i386/'`
153 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
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 ---
154 ;;
155i[3456]86-*-sysv[45]*) targ_emul=elf_i386 ;;
156i[3456]86-*-solaris2*) targ_emul=elf_i386_ldso
157 targ_extra_emuls="elf_i386"
158 ;;
159i[3456]86-*-unixware) targ_emul=elf_i386 ;;
160i[3456]86-*-solaris*) targ_emul=elf_i386_ldso
161 targ_extra_emuls="elf_i386"

--- 292 unchanged lines hidden ---