1999-05-03 09:29:11 +02:00
|
|
|
# This is the linker target specific file. This is invoked by the
|
|
|
|
# autoconf generated configure script. Putting it in a separate shell
|
|
|
|
# file lets us skip running autoconf when modifying target specific
|
|
|
|
# information.
|
|
|
|
|
|
|
|
# This file switches on the shell variable ${targ}, and sets the
|
|
|
|
# following shell variables:
|
|
|
|
# targ_emul name of linker emulation to use
|
|
|
|
# targ_extra_emuls additional linker emulations to provide
|
1999-06-18 17:25:45 +02:00
|
|
|
# targ_extra_libpath additional linker emulations using LIB_PATH
|
1999-05-03 09:29:11 +02:00
|
|
|
# targ_extra_ofiles additional objects needed by the emulation
|
2003-01-06 17:14:01 +01:00
|
|
|
# NATIVE_LIB_DIRS library directories to search on this host
|
|
|
|
# (if we are a native or sysrooted linker)
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
targ_extra_emuls=
|
|
|
|
targ_extra_ofiles=
|
|
|
|
|
|
|
|
case "${targ}" in
|
2003-07-10 06:45:16 +02:00
|
|
|
am33_2.0-*-linux*) targ_emul=elf32am33lin ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
arm-epoc-pe) targ_emul=arm_epoc_pe ;
|
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
2000-02-24 18:53:12 +01:00
|
|
|
arm-*-wince) targ_emul=armpe ;
|
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
arm-*-pe) targ_emul=armpe ;
|
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
|
|
|
arc-*-elf*) targ_emul=arcelf ;;
|
2003-10-19 18:46:14 +02:00
|
|
|
avr-*-*) targ_emul=avr2
|
|
|
|
targ_extra_emuls="avr1 avr3 avr4 avr5" ;;
|
2001-03-27 04:37:41 +02:00
|
|
|
cris-*-*aout*) targ_emul=crisaout
|
2000-07-20 19:16:06 +02:00
|
|
|
targ_extra_emuls="criself crislinux"
|
|
|
|
targ_extra_libpath=$targ_extra_emuls ;;
|
2003-06-16 02:03:48 +02:00
|
|
|
cris-*-linux-gnu*) targ_emul=crislinux ;;
|
2001-03-27 04:37:41 +02:00
|
|
|
cris-*-*) targ_emul=criself
|
|
|
|
targ_extra_emuls="crisaout crislinux"
|
|
|
|
targ_extra_libpath=$targ_extra_emuls ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
d10v-*-*) targ_emul=d10velf ;;
|
|
|
|
d30v-*-*ext*) targ_emul=d30v_e; targ_extra_emuls="d30velf d30v_o" ;;
|
|
|
|
d30v-*-*onchip*) targ_emul=d30v_o; targ_extra_emuls="d30velf d30v_e" ;;
|
|
|
|
d30v-*-*) targ_emul=d30velf; targ_extra_emuls="d30v_e d30v_o" ;;
|
2002-05-28 16:08:47 +02:00
|
|
|
dlx-*-elf*) targ_emul=elf32_dlx ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
sparc64-*-aout*) targ_emul=sparcaout ;;
|
|
|
|
sparc64-*-elf*) targ_emul=elf64_sparc ;;
|
|
|
|
sparc-sun-sunos4*) targ_emul=sun4 ;;
|
|
|
|
sparclite*-*-elf) targ_emul=elf32_sparc ;;
|
|
|
|
sparclite*-*-coff) targ_emul=coff_sparc ;;
|
|
|
|
sparclite*-fujitsu-*) targ_emul=sparcaout ;;
|
|
|
|
sparc*-*-aout) targ_emul=sparcaout ;;
|
|
|
|
sparc*-*-coff) targ_emul=coff_sparc ;;
|
|
|
|
sparc*-*-elf) targ_emul=elf32_sparc ;;
|
|
|
|
sparc*-*-sysv4*) targ_emul=elf32_sparc ;;
|
2003-09-03 11:32:21 +02:00
|
|
|
sparc64-*-freebsd* | sparcv9-*-freebsd* | sparc64-*-kfreebsd*-gnu | sparcv9-*-kfreebsd*-gnu)
|
2002-02-18 David O'Brien <obrien@FreeBSD.org>
* Makefile.in: Add new files earmelf_fbsd, eelf32ppc_fbsd,
eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
and eelf64alpha_fbsd.
* configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
use a FreeBSD-specific emulation rather than the psABI one.
* emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
for all FreeBSD ELF systems.
* emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
emulation.
* emulparams/elf32ppc_fbsd.sh: Likewise.
* emulparams/elf64_ia64_fbsd.sh: Likewise.
* emulparams/elf64_sparc_fbsd.sh: Likewise.
* emulparams/elf64alpha_fbsd.sh: Likewise.
* emulparams/elf_i386_fbsd.sh: Likewise.
* emulparams/elf_x86_64_fbsd.sh: Likewise.
Approved by: Nick Clifton <nickc@cambridge.redhat.com>
<m3pu33yy0b.fsf@north-pole.nickc.cambridge.redhat.com>
2002-02-18 10:38:01 +01:00
|
|
|
targ_emul=elf64_sparc_fbsd
|
|
|
|
targ_extra_emuls="elf64_sparc elf32_sparc"
|
2001-02-19 07:51:51 +01:00
|
|
|
targ_extra_libpath=$targ_extra_emuls
|
|
|
|
tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
|
|
|
|
;;
|
1999-05-03 09:29:11 +02:00
|
|
|
sparc*-*-linux*aout*) targ_emul=sparclinux
|
|
|
|
targ_extra_emuls="elf32_sparc sun4"
|
|
|
|
tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/aout//'`
|
|
|
|
tdir_sun4=sparc-sun-sunos4
|
|
|
|
;;
|
|
|
|
sparc64-*-linux-gnu*) targ_emul=elf64_sparc
|
|
|
|
targ_extra_emuls="elf32_sparc sparclinux sun4"
|
2001-02-09 16:55:14 +01:00
|
|
|
targ_extra_libpath=elf32_sparc
|
1999-05-03 09:29:11 +02:00
|
|
|
tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
|
|
|
|
tdir_sparclinux=${tdir_elf32_sparc}aout
|
|
|
|
tdir_sun4=sparc-sun-sunos4
|
|
|
|
;;
|
|
|
|
sparc*-*-linux-gnu*) targ_emul=elf32_sparc
|
2000-02-25 20:43:12 +01:00
|
|
|
targ_extra_emuls="sparclinux elf64_sparc sun4"
|
2001-02-09 16:55:14 +01:00
|
|
|
targ_extra_libpath=elf64_sparc
|
1999-05-03 09:29:11 +02:00
|
|
|
tdir_sparclinux=${targ_alias}aout
|
2000-02-25 20:43:12 +01:00
|
|
|
tdir_elf64_sparc=`echo ${targ_alias} | sed -e 's/32//'`
|
1999-05-03 09:29:11 +02:00
|
|
|
tdir_sun4=sparc-sun-sunos4
|
|
|
|
;;
|
|
|
|
sparc*-*-lynxos*) targ_emul=sparclynx ;;
|
2002-07-09 04:42:13 +02:00
|
|
|
sparc64-*-netbsd* | sparc64-*-openbsd*)
|
|
|
|
targ_emul=elf64_sparc
|
2001-12-20 06:40:08 +01:00
|
|
|
targ_extra_emuls="elf32_sparc"
|
|
|
|
;;
|
2000-04-21 23:52:48 +02:00
|
|
|
sparc*-*-netbsd*elf*) targ_emul=elf32_sparc ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
sparc*-*-netbsd*) targ_emul=sparcnbsd ;;
|
2000-02-25 20:30:22 +01:00
|
|
|
sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
|
|
|
|
targ_emul=elf32_sparc ;;
|
|
|
|
sparc-*-solaris2*) targ_emul=elf32_sparc
|
|
|
|
targ_extra_emuls="elf64_sparc"
|
|
|
|
targ_extra_libpath=$targ_extra_emuls
|
|
|
|
tdir_elf64_sparc=`echo ${targ_alias} | sed -e 's/32//'`
|
|
|
|
;;
|
|
|
|
sparcv9-*-solaris2* | sparc64-*-solaris2*)
|
|
|
|
targ_emul=elf64_sparc
|
|
|
|
targ_extra_emuls="elf32_sparc"
|
|
|
|
targ_extra_libpath=$targ_extra_emuls
|
|
|
|
tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
|
|
|
|
;;
|
1999-05-03 09:29:11 +02:00
|
|
|
sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
|
|
|
|
sparc*-wrs-vxworks*) targ_emul=sparcaout ;;
|
2000-12-01 19:28:58 +01:00
|
|
|
sparc*-*-rtemsaout*) targ_emul=sparcaout ;;
|
|
|
|
sparc*-*-rtemself*) targ_emul=elf32_sparc ;;
|
|
|
|
sparc*-*-rtems*) targ_emul=elf32_sparc ;;
|
2003-08-06 04:19:05 +02:00
|
|
|
i860-*-coff) targ_emul=coff_i860 ;;
|
2000-08-10 22:40:39 +02:00
|
|
|
i860-stardent-sysv4* | i860-stardent-elf*)
|
|
|
|
targ_emul=elf32_i860 ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
i960-wrs-vxworks5.0*) targ_emul=gld960 ;;
|
|
|
|
i960-wrs-vxworks5*) targ_emul=gld960coff ;;
|
|
|
|
i960-wrs-vxworks*) targ_emul=gld960 ;;
|
|
|
|
i960-*-coff) targ_emul=gld960coff ;;
|
|
|
|
i960-intel-nindy) targ_emul=gld960 ;;
|
|
|
|
i960-*-rtems*) targ_emul=gld960coff ;;
|
1999-05-27 23:49:21 +02:00
|
|
|
i960-*-elf*) targ_emul=elf32_i960 ;;
|
2000-04-21 22:22:24 +02:00
|
|
|
ia64-*-elf*) targ_emul=elf64_ia64 ;;
|
2003-09-03 11:32:21 +02:00
|
|
|
ia64-*-freebsd* | ia64-*-kfreebsd*-gnu)
|
|
|
|
targ_emul=elf64_ia64_fbsd
|
2002-02-18 David O'Brien <obrien@FreeBSD.org>
* Makefile.in: Add new files earmelf_fbsd, eelf32ppc_fbsd,
eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
and eelf64alpha_fbsd.
* configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
use a FreeBSD-specific emulation rather than the psABI one.
* emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
for all FreeBSD ELF systems.
* emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
emulation.
* emulparams/elf32ppc_fbsd.sh: Likewise.
* emulparams/elf64_ia64_fbsd.sh: Likewise.
* emulparams/elf64_sparc_fbsd.sh: Likewise.
* emulparams/elf64alpha_fbsd.sh: Likewise.
* emulparams/elf_i386_fbsd.sh: Likewise.
* emulparams/elf_x86_64_fbsd.sh: Likewise.
Approved by: Nick Clifton <nickc@cambridge.redhat.com>
<m3pu33yy0b.fsf@north-pole.nickc.cambridge.redhat.com>
2002-02-18 10:38:01 +01:00
|
|
|
targ_extra_emuls="elf64_ia64" ;;
|
2002-01-21 19:17:28 +01:00
|
|
|
ia64-*-netbsd*) targ_emul=elf64_ia64 ;;
|
2000-04-21 22:22:24 +02:00
|
|
|
ia64-*-linux*) targ_emul=elf64_ia64 ;;
|
2001-02-22 18:24:33 +01:00
|
|
|
ia64-*-aix*) targ_emul=elf64_aix ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
m32r-*-*) targ_emul=m32relf ;;
|
2000-06-19 03:22:44 +02:00
|
|
|
m68hc11-*-*|m6811-*-*) targ_emul=m68hc11elf
|
|
|
|
targ_extra_emuls="m68hc11elfb m68hc12elf m68hc12elfb" ;;
|
|
|
|
m68hc12-*-*|m6812-*-*) targ_emul=m68hc12elf
|
|
|
|
targ_extra_emuls="m68hc12elfb m68hc11elf m68hc11elfb" ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
m68*-sun-sunos[34]*) targ_emul=sun3 ;;
|
|
|
|
m68*-wrs-vxworks*) targ_emul=sun3 ;;
|
|
|
|
m68*-ericsson-ose) targ_emul=sun3 ;;
|
|
|
|
m68*-apple-aux*) targ_emul=m68kaux ;;
|
|
|
|
*-tandem-none) targ_emul=st2000 ;;
|
2000-02-23 14:52:23 +01:00
|
|
|
i370-*-elf* | i370-*-linux-gnu*) targ_emul=elf32i370 ;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-nto-qnx*) targ_emul=i386nto ;;
|
|
|
|
i[3-7]86-*-vsta) targ_emul=vsta ;;
|
|
|
|
i[3-7]86-go32-rtems*) targ_emul=i386go32 ;;
|
|
|
|
i[3-7]86-*-go32) targ_emul=i386go32 ;;
|
|
|
|
i[3-7]86-*-msdosdjgpp*) targ_emul=i386go32 ;;
|
|
|
|
i[3-7]86-*-aix*) targ_emul=i386coff ;;
|
|
|
|
i[3-7]86-*-sco*) targ_emul=i386coff ;;
|
|
|
|
i[3-7]86-*-isc*) targ_emul=i386coff ;;
|
|
|
|
i[3-7]86-*-lynxos*) targ_emul=i386lynx ;;
|
|
|
|
i[3-7]86-*-coff) targ_emul=i386coff ;;
|
|
|
|
i[3-7]86-*-rtemscoff*) targ_emul=i386coff ;;
|
|
|
|
i[3-7]86-*-rtemself*) targ_emul=elf_i386 ;;
|
|
|
|
i[3-7]86-*-rtems*) targ_emul=elf_i386 ;;
|
|
|
|
i[3-7]86-*-aros*) targ_emul=elf_i386 ;;
|
|
|
|
i[3-7]86-*-bsd) targ_emul=i386bsd ;;
|
|
|
|
i[3-7]86-*-bsd386) targ_emul=i386bsd ;;
|
|
|
|
i[3-7]86-*-bsdi*) targ_emul=i386bsd ;;
|
|
|
|
i[3-7]86-*-aout) targ_emul=i386aout ;;
|
|
|
|
i[3-7]86-*-linux*aout*) targ_emul=i386linux
|
1999-05-03 09:29:11 +02:00
|
|
|
targ_extra_emuls=elf_i386
|
|
|
|
tdir_elf_i386=`echo ${targ_alias} | sed -e 's/aout//'`
|
|
|
|
;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-linux*oldld) targ_emul=i386linux; targ_extra_emuls=elf_i386 ;;
|
|
|
|
i[3-7]86-*-linux-gnu*) targ_emul=elf_i386
|
1999-05-03 09:29:11 +02:00
|
|
|
targ_extra_emuls=i386linux
|
2002-08-01 08:24:53 +02:00
|
|
|
if test x${want64} = xtrue; then
|
|
|
|
targ_extra_emuls="$targ_extra_emuls elf_x86_64"
|
|
|
|
fi
|
1999-05-03 09:29:11 +02:00
|
|
|
tdir_i386linux=${targ_alias}aout
|
|
|
|
;;
|
2000-11-30 20:30:33 +01:00
|
|
|
x86_64-*-linux-gnu*) targ_emul=elf_x86_64
|
|
|
|
targ_extra_emuls="elf_i386 i386linux"
|
2002-03-18 17:42:43 +01:00
|
|
|
targ_extra_libpath=elf_i386
|
|
|
|
tdir_i386linux=`echo ${targ_alias}aout | sed -e 's/x86_64/i386/'`
|
|
|
|
tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
|
2000-11-30 20:30:33 +01:00
|
|
|
;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-sysv[45]*) targ_emul=elf_i386 ;;
|
|
|
|
i[3-7]86-*-solaris2*) targ_emul=elf_i386_ldso
|
2001-05-22 16:00:18 +02:00
|
|
|
targ_extra_emuls="elf_i386"
|
|
|
|
;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-unixware) targ_emul=elf_i386 ;;
|
|
|
|
i[3-7]86-*-solaris*) targ_emul=elf_i386_ldso
|
2001-05-22 16:00:18 +02:00
|
|
|
targ_extra_emuls="elf_i386"
|
|
|
|
;;
|
2003-10-06 11:12:39 +02:00
|
|
|
i[3-7]86-*-netbsdelf* | \
|
|
|
|
i[3-7]86-*-netbsd*-gnu* | \
|
|
|
|
i[3-7]86-*-knetbsd*-gnu)
|
2003-06-13 15:17:58 +02:00
|
|
|
targ_emul=elf_i386
|
2001-07-14 16:45:42 +02:00
|
|
|
targ_extra_emuls=i386nbsd
|
|
|
|
;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-netbsdpe*) targ_emul=i386pe
|
2002-05-24 11:26:58 +02:00
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o"
|
|
|
|
;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-netbsd*) targ_emul=i386nbsd
|
2001-07-14 16:45:42 +02:00
|
|
|
targ_extra_emuls=elf_i386
|
|
|
|
;;
|
2002-01-04 15:49:06 +01:00
|
|
|
x86_64-*-netbsd*) targ_emul=elf_x86_64
|
|
|
|
targ_extra_emuls="elf_i386 i386nbsd"
|
|
|
|
tdir_elf_i386=`echo ${targ_alias} | \
|
|
|
|
sed -e 's/x86_64/i386/'`
|
|
|
|
case "${tdir_elf_i386}" in
|
|
|
|
*-netbsdelf*) ;;
|
|
|
|
*)
|
|
|
|
tdir_elf_i386=`echo ${tdir_elf_i386} | \
|
|
|
|
sed -e 's/netbsd/netbsdelf/'`
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-netware) targ_emul=i386nw ;;
|
|
|
|
i[3-7]86-*-elf*) targ_emul=elf_i386 ;;
|
|
|
|
i[3-7]86-*-kaos*) targ_emul=elf_i386 ;;
|
|
|
|
i[3-7]86-*-freebsdaout* | i[3-7]86-*-freebsd[12].* | i[3-7]86-*-freebsd[12])
|
1999-06-12 15:18:26 +02:00
|
|
|
targ_emul=i386bsd ;;
|
2003-09-03 11:32:21 +02:00
|
|
|
i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
|
|
|
|
targ_emul=elf_i386_fbsd
|
2002-02-18 David O'Brien <obrien@FreeBSD.org>
* Makefile.in: Add new files earmelf_fbsd, eelf32ppc_fbsd,
eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
and eelf64alpha_fbsd.
* configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
use a FreeBSD-specific emulation rather than the psABI one.
* emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
for all FreeBSD ELF systems.
* emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
emulation.
* emulparams/elf32ppc_fbsd.sh: Likewise.
* emulparams/elf64_ia64_fbsd.sh: Likewise.
* emulparams/elf64_sparc_fbsd.sh: Likewise.
* emulparams/elf64alpha_fbsd.sh: Likewise.
* emulparams/elf_i386_fbsd.sh: Likewise.
* emulparams/elf_x86_64_fbsd.sh: Likewise.
Approved by: Nick Clifton <nickc@cambridge.redhat.com>
<m3pu33yy0b.fsf@north-pole.nickc.cambridge.redhat.com>
2002-02-18 10:38:01 +01:00
|
|
|
targ_extra_emuls="elf_i386 i386bsd" ;;
|
2003-09-03 11:32:21 +02:00
|
|
|
x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
|
|
|
|
targ_emul=elf_x86_64_fbsd
|
2002-02-18 David O'Brien <obrien@FreeBSD.org>
* Makefile.in: Add new files earmelf_fbsd, eelf32ppc_fbsd,
eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
and eelf64alpha_fbsd.
* configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
use a FreeBSD-specific emulation rather than the psABI one.
* emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
for all FreeBSD ELF systems.
* emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
emulation.
* emulparams/elf32ppc_fbsd.sh: Likewise.
* emulparams/elf64_ia64_fbsd.sh: Likewise.
* emulparams/elf64_sparc_fbsd.sh: Likewise.
* emulparams/elf64alpha_fbsd.sh: Likewise.
* emulparams/elf_i386_fbsd.sh: Likewise.
* emulparams/elf_x86_64_fbsd.sh: Likewise.
Approved by: Nick Clifton <nickc@cambridge.redhat.com>
<m3pu33yy0b.fsf@north-pole.nickc.cambridge.redhat.com>
2002-02-18 10:38:01 +01:00
|
|
|
targ_extra_emuls="elf_i386_fbsd elf_x86_64 elf_i386"
|
|
|
|
tdir_elf_i386=`echo ${targ_alias} \
|
|
|
|
| sed -e 's/x86_64/i386/'`
|
2001-02-19 07:51:51 +01:00
|
|
|
;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-sysv*) targ_emul=i386coff ;;
|
|
|
|
i[3-7]86-*-ptx*) targ_emul=i386coff ;;
|
|
|
|
i[3-7]86-*-mach*) targ_emul=i386mach ;;
|
|
|
|
i[3-7]86-*-gnu*) targ_emul=elf_i386 ;;
|
|
|
|
i[3-7]86-*-msdos*) targ_emul=i386msdos; targ_extra_emuls=i386aout ;;
|
|
|
|
i[3-7]86-*-moss*) targ_emul=i386moss; targ_extra_emuls=i386msdos ;;
|
|
|
|
i[3-7]86-*-winnt*) targ_emul=i386pe ;
|
1999-05-03 09:29:11 +02:00
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-pe) targ_emul=i386pe ;
|
1999-05-03 09:29:11 +02:00
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-cygwin*) targ_emul=i386pe ;
|
2002-11-12 04:48:43 +01:00
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o"
|
|
|
|
test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-mingw32*) targ_emul=i386pe ;
|
1999-05-03 09:29:11 +02:00
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-interix*) targ_emul=i386pe_posix;
|
1999-08-05 18:03:56 +02:00
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-beospe*) targ_emul=i386beos ;;
|
|
|
|
i[3-7]86-*-beos*) targ_emul=elf_i386_be ;;
|
2003-10-30 10:47:15 +01:00
|
|
|
i[3-7]86-*-vxworks*) targ_emul=elf_i386 ;;
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-chaos) targ_emul=elf_i386_chaos ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
m8*-*-*) targ_emul=m88kbcs ;;
|
|
|
|
a29k-*-udi) targ_emul=sa29200 ;;
|
|
|
|
a29k-*-ebmon) targ_emul=ebmon29k ;;
|
|
|
|
a29k-*-*) targ_emul=a29k ;;
|
|
|
|
# arm-*-riscix*) targ_emul=riscix ;;
|
|
|
|
arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
|
|
|
|
armeb-*-aout) targ_emul=armaoutb ;;
|
|
|
|
arm-*-coff) targ_emul=armcoff ;;
|
2003-09-03 11:32:21 +02:00
|
|
|
arm-*-freebsd* | arm-*-kfreebsd*-gnu)
|
|
|
|
targ_emul=armelf_fbsd
|
2002-02-18 David O'Brien <obrien@FreeBSD.org>
* Makefile.in: Add new files earmelf_fbsd, eelf32ppc_fbsd,
eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
and eelf64alpha_fbsd.
* configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
use a FreeBSD-specific emulation rather than the psABI one.
* emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
for all FreeBSD ELF systems.
* emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
emulation.
* emulparams/elf32ppc_fbsd.sh: Likewise.
* emulparams/elf64_ia64_fbsd.sh: Likewise.
* emulparams/elf64_sparc_fbsd.sh: Likewise.
* emulparams/elf64alpha_fbsd.sh: Likewise.
* emulparams/elf_i386_fbsd.sh: Likewise.
* emulparams/elf_x86_64_fbsd.sh: Likewise.
Approved by: Nick Clifton <nickc@cambridge.redhat.com>
<m3pu33yy0b.fsf@north-pole.nickc.cambridge.redhat.com>
2002-02-18 10:38:01 +01:00
|
|
|
targ_extra_emuls="armelf" ;;
|
2002-05-21 17:11:04 +02:00
|
|
|
armeb-*-netbsdelf*) targ_emul=armelfb_nbsd;
|
|
|
|
targ_extra_emuls="armelf_nbsd armelf armnbsd" ;;
|
2001-12-20 04:19:43 +01:00
|
|
|
arm-*-netbsdelf*) targ_emul=armelf_nbsd;
|
2002-05-21 17:11:04 +02:00
|
|
|
targ_extra_emuls="armelfb_nbsd armelf armnbsd" ;;
|
2001-12-20 04:19:43 +01:00
|
|
|
arm-*-netbsd*) targ_emul=armnbsd;
|
2002-05-21 17:11:04 +02:00
|
|
|
targ_extra_emuls="armelf armelf_nbsd armelfb_nbsd" ;;
|
2002-08-22 19:27:20 +02:00
|
|
|
arm-*-nto*) targ_emul=armnto ;;
|
2001-09-14 13:46:40 +02:00
|
|
|
arm-*-openbsd*) targ_emul=armnbsd ;;
|
2000-12-01 19:28:58 +01:00
|
|
|
arm-*-rtems*) targ_emul=armelf ;;
|
2003-05-09 22:05:04 +02:00
|
|
|
armeb-*-elf) targ_emul=armelfb ;;
|
2003-10-30 10:47:15 +01:00
|
|
|
arm-*-elf | arm-*-vxworks)
|
|
|
|
targ_emul=armelf ;;
|
2003-02-11 14:47:08 +01:00
|
|
|
arm-*-kaos*) targ_emul=armelf ;;
|
2001-10-08 20:54:13 +02:00
|
|
|
arm9e-*-elf) targ_emul=armelf ;;
|
1999-07-22 14:51:45 +02:00
|
|
|
arm-*-oabi) targ_emul=armelf_oabi ;;
|
2003-05-09 22:05:04 +02:00
|
|
|
arm*b-*-linux-gnu*) targ_emul=armelfb_linux; targ_extra_emuls=armelfb ;;
|
2001-02-15 18:18:35 +01:00
|
|
|
arm*-*-linux-gnu*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
|
1999-07-22 14:51:45 +02:00
|
|
|
arm*-*-uclinux*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
|
2000-01-10 20:48:27 +01:00
|
|
|
arm*-*-conix*) targ_emul=armelf ;;
|
1999-07-22 14:51:45 +02:00
|
|
|
thumb-*-linux-gnu* | thumb-*-uclinux*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
strongarm-*-coff) targ_emul=armcoff ;;
|
|
|
|
strongarm-*-elf) targ_emul=armelf ;;
|
2003-02-11 14:47:08 +01:00
|
|
|
strongarm-*-kaos*) targ_emul=armelf ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
thumb-*-coff) targ_emul=armcoff ;;
|
|
|
|
thumb-*-elf) targ_emul=armelf ;;
|
|
|
|
thumb-*-oabi) targ_emul=armelf_oabi ;;
|
|
|
|
thumb-epoc-pe) targ_emul=arm_epoc_pe ;
|
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
|
|
|
thumb-*-pe) targ_emul=armpe ;
|
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
2000-11-25 01:21:40 +01:00
|
|
|
xscale-*-coff) targ_emul=armcoff ;;
|
|
|
|
xscale-*-elf) targ_emul=armelf ;;
|
2002-09-06 22:42:40 +02:00
|
|
|
h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*)
|
2003-06-10 09:09:31 +02:00
|
|
|
targ_emul=h8300; targ_extra_emuls="h8300h h8300s h8300hn h8300sn h8300sx h8300sxn"
|
1999-05-03 09:29:11 +02:00
|
|
|
;;
|
2001-08-29 14:51:26 +02:00
|
|
|
h8300-*-elf*)
|
|
|
|
targ_emul=h8300elf;
|
2003-06-10 09:09:31 +02:00
|
|
|
targ_extra_emuls="h8300helf h8300self h8300hnelf h8300snelf h8300sxelf h8300sxnelf"
|
2001-08-29 14:51:26 +02:00
|
|
|
;;
|
2002-09-06 22:42:40 +02:00
|
|
|
h8500-*-hms* | h8500-*-coff* | h8500-*-rtems*)
|
1999-05-03 09:29:11 +02:00
|
|
|
targ_emul=h8500
|
|
|
|
targ_extra_emuls="h8500s h8500b h8500m h8500c"
|
|
|
|
;;
|
2000-09-07 06:32:05 +02:00
|
|
|
sh-*-linux*)
|
2001-11-02 17:58:18 +01:00
|
|
|
targ_emul=shlelf_linux
|
|
|
|
targ_extra_emuls=shelf_linux
|
2001-10-31 10:50:09 +01:00
|
|
|
targ_extra_libpath=shelf_linux
|
|
|
|
;;
|
2002-10-09 21:09:59 +02:00
|
|
|
sh64eb-*-linux*) targ_emul=shelf32_linux
|
|
|
|
targ_extra_emuls="shlelf32_linux"
|
|
|
|
;;
|
|
|
|
sh64-*-linux*) targ_emul=shlelf32_linux
|
|
|
|
targ_extra_emuls="shelf32_linux"
|
|
|
|
targ_extra_libpath=shelf32_linux
|
|
|
|
;;
|
2001-10-31 10:50:09 +01:00
|
|
|
sh*eb-*-linux*)
|
|
|
|
targ_emul=shelf_linux
|
|
|
|
;;
|
|
|
|
sh*-*-linux*)
|
|
|
|
targ_emul=shlelf_linux
|
2000-09-07 06:32:05 +02:00
|
|
|
;;
|
bfd:
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
(BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
(BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
(elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
* Makefile.in: Regenerate.
* config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
(sh64-*-netbsd*): New targets.
* configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
* configure: Regenerate.
* elf32-sh64-nbsd.c: New file.
* elf64-sh64-nbsd.c: New file.
* targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
bfd_elf64_sh64lnbsd_vec.
gas:
* configure.in (sh5*): Set cpu_type to sh64 and endian to big.
(sh5le*, sh64le*): Set cpu_type to sh64 and endian to little.
(sh5*-*-netbsd*, sh64*-*-netbsd*): New targets.
* configure: Regenerate.
* config/tc-sh64.c (sh64_target_format): Add support for NetBSD
environment.
ld:
* Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
(eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
(eshlelf64_nbsd.c): New rules.
* Makefile.in: Regenerate.
* configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
(sh64-*-netbsd*): New targets.
* emulparams/shelf32_nbsd.sh: New file.
* emulparams/shelf64_nbsd.sh: New file.
* emulparams/shlelf32_nbsd.sh: New file.
* emulparams/shlelf64_nbsd.sh: New file.
opcodes:
* configure.in: Add "sh5*-*" to list of targets which include
sh64 support.
* configure: Regenerate.
2002-06-04 04:57:44 +02:00
|
|
|
sh5le-*-netbsd*)
|
|
|
|
targ_emul=shlelf32_nbsd
|
|
|
|
targ_extra_emuls="shelf32_nbsd shelf64_nbsd shlelf64_nbsd shelf_nbsd shlelf_nbsd"
|
|
|
|
;;
|
|
|
|
sh5-*-netbsd*)
|
|
|
|
targ_emul=shelf32_nbsd
|
|
|
|
targ_extra_emuls="shlelf32_nbsd shelf64_nbsd shlelf64_nbsd shelf_nbsd shlelf_nbsd"
|
|
|
|
;;
|
|
|
|
sh64le-*-netbsd*)
|
|
|
|
targ_emul=shlelf64_nbsd
|
|
|
|
targ_extra_emuls="shelf64_nbsd shelf32_nbsd shlelf32_nbsd shelf_nbsd shlelf_nbsd"
|
|
|
|
;;
|
|
|
|
sh64-*-netbsd*)
|
|
|
|
targ_emul=shelf64_nbsd
|
|
|
|
targ_extra_emuls="shlelf64_nbsd shelf32_nbsd shlelf32_nbsd shelf_nbsd shlelf_nbsd"
|
|
|
|
;;
|
2003-05-21 15:06:30 +02:00
|
|
|
sh*l*-*-netbsdelf*)
|
2002-01-08 05:23:02 +01:00
|
|
|
targ_emul=shlelf_nbsd
|
|
|
|
targ_extra_emuls=shelf_nbsd
|
|
|
|
;;
|
|
|
|
sh*-*-netbsdelf*)
|
|
|
|
targ_emul=shelf_nbsd
|
|
|
|
targ_extra_emuls=shlelf_nbsd
|
|
|
|
;;
|
2003-02-11 14:47:08 +01:00
|
|
|
shle*-*-elf* | sh[1234]*le*-*-elf | shle*-*-kaos*)
|
2002-06-05 21:54:28 +02:00
|
|
|
targ_emul=shlelf
|
|
|
|
targ_extra_emuls="shelf shl sh"
|
|
|
|
;;
|
2003-10-30 10:47:15 +01:00
|
|
|
sh-*-elf* | sh[1234]*-*-elf | sh-*-rtemself* | sh-*-kaos* | sh-*-vxworks)
|
1999-05-13 11:49:48 +02:00
|
|
|
targ_emul=shelf
|
1999-05-03 09:29:11 +02:00
|
|
|
targ_extra_emuls="shlelf sh shl"
|
|
|
|
;;
|
2002-08-22 19:27:20 +02:00
|
|
|
sh-*-nto*) targ_emul=shelf_nto
|
|
|
|
targ_extra_emuls=shlelf_nto
|
|
|
|
;;
|
2000-02-24 18:53:12 +01:00
|
|
|
sh-*-pe) targ_emul=shpe ;
|
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
sh-*-*|sh-*-rtems*) targ_emul=sh; targ_extra_emuls=shl ;;
|
2002-06-05 21:54:28 +02:00
|
|
|
sh64le-*-elf*)
|
|
|
|
targ_emul=shlelf
|
|
|
|
targ_extra_emuls="shelf shlelf32 shelf32 shlelf64 shelf64"
|
|
|
|
targ_extra_libpath=$targ_extra_emuls
|
|
|
|
;;
|
Contribute sh64-elf.
2002-01-24 Alexandre Oliva <aoliva@redhat.com>
* emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
in OTHER_RELOCATABLE_SECTIONS.
2002-01-18 Alexandre Oliva <aoliva@redhat.com>
* emulparams/shelf32.sh (STACK_ADDR): Define.
(OTHER_RELOCATABLE_SECTIONS): Renamed to...
(OTHER_SECTIONS): this. Removed stack settings.
* emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
(OTHER_SECTIONS): Reset after sourcing shelf32.sh.
2001-03-12 DJ Delorie <dj@redhat.com>
* emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
relaxing if any shmedia or mixed sections are found.
2001-03-07 DJ Delorie <dj@redhat.com>
* emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
einfo. Gracefully decline to output to non-elf formats.
2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
* emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
Default to _end aligned to next multiple of 0x40000, plus 0x40000.
* emulparams/shelf32.sh: Ditto.
2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
* emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
comment.
2001-01-10 Ben Elliston <bje@redhat.com>
* emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
non-portable shell constructs. From Hans-Peter Nilsson.
2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
* emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
* Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
dependencies to the shell script include chain.
* Makefile.in: Regenerate.
2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
* emultempl/sh64elf.em: Update and tweak comments.
(sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
make a .cranges section SEC_IN_MEMORY.
2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
* emultempl/sh64elf.em
(sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
.cranges section found to be necessary; continue and set stored
section contents flags for sections with non-mixed contents.
Use a struct sh64_section_data container and sh64_elf_section_data
to store contents-type flags.
Remove unused update of "isec".
(sh64_elf_${EMULATION_NAME}_after_allocation): Only process
sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
access contents-type flags. Assert that the associated container
is initialized. Use that container, not elf_gp_size, to hold size
of linker-generated cranges contents.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* emultempl/sh64elf.em
(sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
there's already a .cranges section. When section flag difference
is found, don't NULL-check cranges a second time. Tweak comments.
(sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
merging, not max size, as size of ld-generated .cranges contents.
Don't set ELF section flags in output section. When checking for
needed .cranges descriptors, don't use a variable; compare
incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
comments.
2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
* emultempl/sh64elf.em: New file.
* Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
* Makefile.in: Regenerate.
* emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
(OTHER_RELOCATING_SECTIONS): Ditto.
(EXTRA_EM_FILE): New, set to sh64elf if not set.
* emulparams/shlelf32.sh: Stub out all settings except
OUTPUT_FORMAT. Source shelf32.sh.
* emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
OTHER_RELOCATING_SECTIONS.
(OTHER_RELOCATING_SECTIONS): Remove .cranges.
* emulparams/shlelf64.sh: Stub out all settings except
OUTPUT_FORMAT. Source shelf64.sh.
2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
* emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
.cranges section.
(DATA_START_SYMBOLS): Define, provide ___data.
(OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
for consecutive .data section.
(OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
section after .data section.
* emulparams/shlelf64.sh: Ditto.
* emulparams/shelf32.sh: Ditto.
(ALIGNMENT): Define to 8.
* emulparams/shelf32.sh: Ditto.
2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
* configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
built-in linker scripts.
2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
* emulparams/shlelf64.sh: New.
* emulparams/shelf64.sh: New.
* configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
targ_extra_emuls.
* Makefile.am: Add support for shlelf64 and shelf64.
* Makefile.in: Regenerate.
2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
* configure.tgt (sh64-*-elf*): Add shelf as default.
Add shlelf to targ_extra_emuls.
2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
* emulparams/shelf32.sh: New file.
* emulparams/shlelf32.sh: New file.
* Makefile.am: Add support for shlelf32 and shelf32.
* configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
* Makefile.in: Regenerate.
2002-02-08 07:39:01 +01:00
|
|
|
sh64-*-elf*)
|
|
|
|
targ_emul=shelf
|
|
|
|
targ_extra_emuls="shlelf shelf32 shlelf32 shelf64 shlelf64"
|
|
|
|
targ_extra_libpath=$targ_extra_emuls
|
|
|
|
;;
|
1999-05-03 09:29:11 +02:00
|
|
|
m68k-sony-*) targ_emul=news ;;
|
|
|
|
m68k-hp-bsd*) targ_emul=hp300bsd ;;
|
|
|
|
m68*-motorola-sysv*) targ_emul=delta68 ;;
|
|
|
|
m68*-*-aout) targ_emul=m68kaout ;;
|
|
|
|
m68*-*-coff) targ_emul=m68kcoff ;;
|
|
|
|
m68*-*-elf) targ_emul=m68kelf ;;
|
|
|
|
m68*-*-hpux*) targ_emul=hp3hpux ;;
|
|
|
|
m68k-*-linux*aout*) targ_emul=m68klinux
|
|
|
|
targ_extra_emuls=m68kelf
|
|
|
|
tdir_m68kelf=`echo ${targ_alias} | sed -e 's/aout//'`
|
|
|
|
;;
|
|
|
|
m68k-*-linux-gnu*) targ_emul=m68kelf
|
|
|
|
targ_extra_emuls=m68klinux
|
|
|
|
tdir_m68klinux=`echo ${targ_alias} | sed -e 's/linux/linuxaout/'`
|
|
|
|
;;
|
|
|
|
m68*-*-gnu*) targ_emul=m68kelf ;;
|
|
|
|
m68*-*-lynxos*) targ_emul=m68klynx ;;
|
2001-12-18 14:26:26 +01:00
|
|
|
m68*-*-netbsd*4k*) targ_emul=m68k4knbsd
|
|
|
|
targ_extra_emuls="m68knbsd m68kelfnbsd" ;;
|
|
|
|
m68*-*-netbsdelf*) targ_emul=m68kelfnbsd
|
|
|
|
targ_extra_emuls="m68knbsd m68k4knbsd" ;;
|
|
|
|
m68*-*-netbsdaout* | m68*-*-netbsd*)
|
|
|
|
targ_emul=m68knbsd
|
|
|
|
targ_extra_emuls="m68kelfnbsd m68k4knbsd" ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
m68*-*-psos*) targ_emul=m68kpsos ;;
|
2001-08-29 20:47:28 +02:00
|
|
|
m68*-*-rtemscoff*) targ_emul=m68kcoff ;;
|
|
|
|
m68*-*-rtems*) targ_emul=m68kelf ;;
|
2001-06-27 10:42:29 +02:00
|
|
|
hppa*64*-*-linux-gnu*) targ_emul=hppa64linux ;;
|
2000-05-18 18:48:14 +02:00
|
|
|
hppa*64*-*) targ_emul=elf64hppa ;;
|
2000-07-09 10:45:29 +02:00
|
|
|
hppa*-*-linux-gnu*) targ_emul=hppalinux ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
hppa*-*-*elf*) targ_emul=hppaelf ;;
|
|
|
|
hppa*-*-lites*) targ_emul=hppaelf ;;
|
2002-02-02 19:36:04 +01:00
|
|
|
hppa*-*-netbsd*) targ_emul=hppanbsd ;;
|
2002-07-09 04:42:13 +02:00
|
|
|
hppa*-*-openbsd*) targ_emul=hppaobsd ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
hppa*-*-rtems*) targ_emul=hppaelf ;;
|
|
|
|
vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
|
2002-05-30 04:40:03 +02:00
|
|
|
vax-*-netbsdelf*) targ_emul=elf32vax
|
|
|
|
targ_extra_emuls=vaxnbsd ;;
|
|
|
|
vax-*-netbsdaout* | vax-*-netbsd*)
|
|
|
|
targ_emul=vaxnbsd
|
|
|
|
targ_extra_emuls=elf32vax ;;
|
2000-02-24 18:53:12 +01:00
|
|
|
mips*-*-pe) targ_emul=mipspe ;
|
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
mips*-dec-ultrix*) targ_emul=mipslit ;;
|
|
|
|
mips*-dec-osf*) targ_emul=mipslit ;;
|
1999-06-30 23:00:10 +02:00
|
|
|
mips*-sgi-irix5*) targ_emul=elf32bsmip ;;
|
|
|
|
mips*-sgi-irix6*) targ_emul=elf32bmipn32
|
1999-07-08 02:22:51 +02:00
|
|
|
targ_extra_emuls="elf32bsmip elf64bmip"
|
2003-06-12 07:48:06 +02:00
|
|
|
targ_extra_libpath=$targ_extra_emuls
|
1999-06-30 23:00:10 +02:00
|
|
|
;;
|
1999-05-03 09:29:11 +02:00
|
|
|
mips*-sgi-irix*) targ_emul=mipsbig ;;
|
|
|
|
mips*el-*-ecoff*) targ_emul=mipsidtl ;;
|
|
|
|
mips*-*-ecoff*) targ_emul=mipsidt ;;
|
|
|
|
mips*-dec-bsd*) targ_emul=mipsbsd ;;
|
2001-12-20 06:40:08 +01:00
|
|
|
mips*el-*-netbsd*) targ_emul=elf32lmip
|
2001-11-04 20:06:38 +01:00
|
|
|
targ_extra_emuls="elf32bmip"
|
|
|
|
;;
|
|
|
|
mips*-*-netbsd*) targ_emul=elf32bmip
|
|
|
|
targ_extra_emuls="elf32lmip"
|
|
|
|
;;
|
1999-05-03 09:29:11 +02:00
|
|
|
mips*-*-bsd*) targ_emul=mipsbig ;;
|
|
|
|
mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
|
|
|
|
mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;
|
|
|
|
mips*vr4100el-*-elf*) targ_emul=elf32l4300 ;;
|
|
|
|
mips*vr4100-*-elf*) targ_emul=elf32b4300 ;;
|
|
|
|
mips*vr5000el-*-elf*) targ_emul=elf32l4300 ;;
|
|
|
|
mips*vr5000-*-elf*) targ_emul=elf32b4300 ;;
|
|
|
|
mips*el-*-elf*) targ_emul=elf32elmip ;;
|
|
|
|
mips*-*-elf*) targ_emul=elf32ebmip ;;
|
1999-05-13 11:49:48 +02:00
|
|
|
mips*el-*-rtems*) targ_emul=elf32elmip ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
mips*-*-rtems*) targ_emul=elf32ebmip ;;
|
1999-07-22 02:49:09 +02:00
|
|
|
mips*el-*-vxworks*) targ_emul=elf32elmip ;;
|
2003-10-30 10:47:15 +01:00
|
|
|
mips*-*-vxworks*) targ_emul=elf32ebmip
|
|
|
|
targ_extra_emuls="elf32elmip" ;;
|
|
|
|
mips*-*-windiss) targ_emul=elf32mipswindiss ;;
|
2002-07-31 01:48:30 +02:00
|
|
|
mips64*el-*-linux-gnu*) targ_emul=elf32ltsmipn32
|
|
|
|
targ_extra_emuls="elf32btsmipn32 elf32ltsmip elf32btsmip elf64ltsmip elf64btsmip"
|
|
|
|
;;
|
|
|
|
mips64*-*-linux-gnu*) targ_emul=elf32btsmipn32
|
|
|
|
targ_extra_emuls="elf32ltsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip"
|
|
|
|
;;
|
2001-04-08 07:13:57 +02:00
|
|
|
mips*el-*-linux-gnu*) targ_emul=elf32ltsmip
|
2002-08-14 17:05:41 +02:00
|
|
|
targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip"
|
1999-05-03 09:29:11 +02:00
|
|
|
;;
|
2001-04-08 07:13:57 +02:00
|
|
|
mips*-*-linux-gnu*) targ_emul=elf32btsmip
|
2002-08-14 17:05:41 +02:00
|
|
|
targ_extra_emuls="elf32ltsmip elf32btsmipn32 elf64btsmip elf32ltsmipn32 elf64ltsmip"
|
1999-05-03 09:29:11 +02:00
|
|
|
;;
|
|
|
|
mips*-*-lnews*) targ_emul=mipslnews ;;
|
2000-07-02 03:15:56 +02:00
|
|
|
mips*-*-sysv4*) targ_emul=elf32btsmip ;;
|
2001-10-30 16:20:14 +01:00
|
|
|
mmix-*-*) targ_emul=mmo
|
|
|
|
targ_extra_emuls=elf64mmix
|
|
|
|
;;
|
1999-05-03 09:29:11 +02:00
|
|
|
mn10200-*-*) targ_emul=mn10200 ;;
|
|
|
|
mn10300-*-*) targ_emul=mn10300 ;;
|
2003-08-08 12:14:52 +02:00
|
|
|
msp430-*-*) targ_emul=msp430x110
|
|
|
|
targ_extra_emuls="msp430x112 msp430x1101 msp430x1111 msp430x1121 msp430x1122 msp430x1132 msp430x122 msp430x123 msp430x1222 msp430x1232 msp430x133 msp430x135 msp430x1331 msp430x1351 msp430x147 msp430x148 msp430x149 msp430x155 msp430x156 msp430x157 msp430x167 msp430x168 msp430x169 msp430x311 msp430x312 msp430x313 msp430x314 msp430x315 msp430x323 msp430x325 msp430x336 msp430x337 msp430x412 msp430x413 msp430xE423 msp430xE425 msp430xE427 msp430xW423 msp430xW425 msp430xW427 msp430x435 msp430x436 msp430x437 msp430x447 msp430x448 msp430x449" ;;
|
2003-09-03 11:32:21 +02:00
|
|
|
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
|
|
|
|
targ_emul=elf64alpha_fbsd
|
2002-02-18 David O'Brien <obrien@FreeBSD.org>
* Makefile.in: Add new files earmelf_fbsd, eelf32ppc_fbsd,
eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
and eelf64alpha_fbsd.
* configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
use a FreeBSD-specific emulation rather than the psABI one.
* emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
for all FreeBSD ELF systems.
* emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
emulation.
* emulparams/elf32ppc_fbsd.sh: Likewise.
* emulparams/elf64_ia64_fbsd.sh: Likewise.
* emulparams/elf64_sparc_fbsd.sh: Likewise.
* emulparams/elf64alpha_fbsd.sh: Likewise.
* emulparams/elf_i386_fbsd.sh: Likewise.
* emulparams/elf_x86_64_fbsd.sh: Likewise.
Approved by: Nick Clifton <nickc@cambridge.redhat.com>
<m3pu33yy0b.fsf@north-pole.nickc.cambridge.redhat.com>
2002-02-18 10:38:01 +01:00
|
|
|
targ_extra_emuls="elf64alpha alpha"
|
2001-02-19 07:51:51 +01:00
|
|
|
tdir_alpha=`echo ${targ_alias} | sed -e 's/freebsd/freebsdecoff/'`
|
|
|
|
;;
|
1999-05-03 09:29:11 +02:00
|
|
|
alpha*-*-linuxecoff*) targ_emul=alpha targ_extra_emuls=elf64alpha
|
|
|
|
tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
|
|
|
|
;;
|
|
|
|
alpha*-*-linux-gnu*) targ_emul=elf64alpha targ_extra_emuls=alpha
|
|
|
|
tdir_alpha=`echo ${targ_alias} | sed -e 's/linux/linuxecoff/'`
|
|
|
|
;;
|
|
|
|
alpha*-*-osf*) targ_emul=alpha ;;
|
|
|
|
alpha*-*-gnu*) targ_emul=elf64alpha ;;
|
|
|
|
alpha*-*-netware*) targ_emul=alpha ;;
|
2001-12-18 00:54:58 +01:00
|
|
|
alpha*-*-netbsd*) targ_emul=elf64alpha_nbsd ;;
|
2002-07-09 04:42:13 +02:00
|
|
|
alpha*-*-openbsd*) targ_emul=elf64alpha ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;
|
|
|
|
ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532macha ;;
|
2002-05-26 07:04:53 +02:00
|
|
|
ns32k-*-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
|
2001-05-02 20:14:31 +02:00
|
|
|
openrisc-*-*) targ_emul=elf32openrisc ;;
|
2002-01-31 18:33:08 +01:00
|
|
|
or32-*-coff) targ_emul=or32 ;;
|
|
|
|
or32-*-elf) targ_emul=or32elf ;;
|
2002-02-08 13:12:15 +01:00
|
|
|
or32-*-rtems) targ_emul=or32 ;;
|
2001-08-27 12:45:55 +02:00
|
|
|
pdp11-*-*) targ_emul=pdp11 ;;
|
|
|
|
pjl*-*-*) targ_emul=pjlelf ; targ_extra_emuls="elf_i386" ;;
|
|
|
|
pj*-*-*) targ_emul=pjelf ;;
|
2003-09-03 11:32:21 +02:00
|
|
|
powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
|
|
|
|
targ_emul=elf32ppc_fbsd;
|
2002-02-18 David O'Brien <obrien@FreeBSD.org>
* Makefile.in: Add new files earmelf_fbsd, eelf32ppc_fbsd,
eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
and eelf64alpha_fbsd.
* configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
use a FreeBSD-specific emulation rather than the psABI one.
* emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
for all FreeBSD ELF systems.
* emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
emulation.
* emulparams/elf32ppc_fbsd.sh: Likewise.
* emulparams/elf64_ia64_fbsd.sh: Likewise.
* emulparams/elf64_sparc_fbsd.sh: Likewise.
* emulparams/elf64alpha_fbsd.sh: Likewise.
* emulparams/elf_i386_fbsd.sh: Likewise.
* emulparams/elf_x86_64_fbsd.sh: Likewise.
Approved by: Nick Clifton <nickc@cambridge.redhat.com>
<m3pu33yy0b.fsf@north-pole.nickc.cambridge.redhat.com>
2002-02-18 10:38:01 +01:00
|
|
|
targ_extra_emuls="elf32ppc elf32ppcsim";
|
2001-02-19 07:51:51 +01:00
|
|
|
targ_extra_libpath=elf32ppc;
|
|
|
|
tdir_elf32ppcsim=`echo ${targ_alias} | sed -e 's/ppc/ppcsim/'`
|
|
|
|
;;
|
2001-08-27 12:45:55 +02:00
|
|
|
powerpc*-*-linux*)
|
|
|
|
case "${targ}" in
|
|
|
|
*64*) targ_emul=elf64ppc
|
2002-05-22 10:44:53 +02:00
|
|
|
targ_extra_emuls="elf32ppclinux elf32ppc elf32ppcsim"
|
2003-04-01 16:08:00 +02:00
|
|
|
targ_extra_libpath="elf32ppclinux elf32ppc"
|
2002-05-22 10:44:53 +02:00
|
|
|
tdir_elf32ppc=`echo "${targ_alias}" | sed -e 's/64//'`
|
|
|
|
tdir_elf32ppclinux=$tdir_elf32ppc
|
|
|
|
tdir_elf32ppcsim=$tdir_elf32ppc ;;
|
2001-08-27 12:45:55 +02:00
|
|
|
*) targ_emul=elf32ppclinux
|
|
|
|
targ_extra_emuls="elf32ppc elf32ppcsim"
|
2002-08-01 08:29:44 +02:00
|
|
|
targ_extra_libpath=elf32ppc
|
|
|
|
if test "${want64}" = "true"; then
|
|
|
|
targ_extra_emuls="$targ_extra_emuls elf64ppc"
|
2003-04-01 16:08:00 +02:00
|
|
|
targ_extra_libpath="$targ_extra_libpath elf64ppc"
|
2002-08-01 08:29:44 +02:00
|
|
|
fi
|
|
|
|
;;
|
2001-08-27 12:45:55 +02:00
|
|
|
esac ;;
|
|
|
|
powerpc*le-*-elf* | powerpc*le-*-eabi* | powerpc*le-*-solaris* \
|
|
|
|
| powerpc*le-*-sysv* | powerpc*le-*-vxworks*)
|
|
|
|
case "${targ}" in
|
|
|
|
*64*) targ_emul=elf64lppc
|
2002-05-22 10:44:53 +02:00
|
|
|
targ_extra_emuls="elf32lppc elf32lppcsim"
|
|
|
|
tdir_elf32lppc=`echo "${targ_alias}" | sed -e 's/64//'`
|
|
|
|
tdir_elf32lppcsim=$tdir_elf32lppc ;;
|
2001-08-27 12:45:55 +02:00
|
|
|
*) targ_emul=elf32lppc
|
|
|
|
targ_extra_emuls="elf32ppcsim" ;;
|
|
|
|
esac ;;
|
|
|
|
powerpc*-*-elf* | powerpc*-*-eabi* | powerpc*-*-sysv* \
|
2003-02-11 14:47:08 +01:00
|
|
|
| powerpc*-*-netbsd* | powerpc-*-openbsd* | powerpc*-*-vxworks* | powerpc*-*-kaos*)
|
2001-08-27 12:45:55 +02:00
|
|
|
case "${targ}" in
|
|
|
|
*64*) targ_emul=elf64ppc
|
2002-05-22 10:44:53 +02:00
|
|
|
targ_extra_emuls="elf32ppc elf32ppclinux elf32ppcsim"
|
|
|
|
tdir_elf32ppc=`echo "${targ_alias}" | sed -e 's/64//'`
|
|
|
|
tdir_elf32ppclinux=$tdir_elf32ppc
|
|
|
|
tdir_elf32ppcsim=$tdir_elf32ppc ;;
|
2001-08-27 12:45:55 +02:00
|
|
|
*) targ_emul=elf32ppc
|
|
|
|
targ_extra_emuls="elf32ppclinux elf32ppcsim" ;;
|
|
|
|
esac ;;
|
2002-08-09 17:38:24 +02:00
|
|
|
powerpc-*-nto*) targ_emul=elf32ppcnto ;;
|
|
|
|
powerpcle-*-nto*) targ_emul=elf32lppcnto ;;
|
1999-05-13 11:49:48 +02:00
|
|
|
powerpcle-*-rtems*) targ_emul=elf32leppc ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
powerpc-*-rtems*) targ_emul=elf32ppc ;;
|
|
|
|
powerpc-*-macos*) targ_emul=ppcmacos ;;
|
|
|
|
powerpc-*-netware*) targ_emul=ppcnw ;;
|
|
|
|
powerpcle-*-pe) targ_emul=ppcpe ;;
|
|
|
|
powerpcle-*-winnt*) targ_emul=ppcpe ;;
|
2001-05-24 22:59:23 +02:00
|
|
|
powerpcle-*-cygwin*) targ_emul=ppcpe ;;
|
2002-03-18 13:46:27 +01:00
|
|
|
powerpc-*-aix5*) targ_emul=aix5ppc ;;
|
2001-12-04 00:15:28 +01:00
|
|
|
powerpc-*-aix*) targ_emul=aixppc ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
powerpc-*-beos*) targ_emul=aixppc ;;
|
2002-04-30 19:49:01 +02:00
|
|
|
powerpc-*-windiss*) targ_emul=elf32ppcwindiss ;;
|
2002-03-18 13:46:27 +01:00
|
|
|
rs6000-*-aix5*) targ_emul=aix5rs6 ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
rs6000-*-aix*) targ_emul=aixrs6 ;;
|
|
|
|
tic30-*-*aout*) targ_emul=tic30aout ;;
|
2003-04-04 16:13:16 +02:00
|
|
|
tic30-*-*coff*) targ_emul=tic30coff ;;
|
|
|
|
tic4x-*-* | c4x-*-*) targ_emul=tic4xcoff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;
|
2000-06-20 15:29:07 +02:00
|
|
|
tic54x-*-* | c54x*-*-*) targ_emul=tic54xcoff ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
tic80-*-*) targ_emul=tic80coff ;;
|
|
|
|
v850-*-*) targ_emul=v850 ;;
|
|
|
|
v850e-*-*) targ_emul=v850 ;;
|
|
|
|
v850ea-*-*) targ_emul=v850 ;;
|
2003-01-04 03:04:44 +01:00
|
|
|
iq2000-*-elf) targ_emul=elf32iq2000 ; targ_extra_emuls="elf32iq10" ;;
|
2002-06-18 23:17:27 +02:00
|
|
|
frv-*-*) targ_emul=elf32frv ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
w65-*-*) targ_emul=w65 ;;
|
2001-12-08 04:46:03 +01:00
|
|
|
xstormy16-*-*) targ_emul=elf32xstormy16 ;;
|
2003-04-01 17:50:31 +02:00
|
|
|
xtensa-*-*) targ_emul=elf32xtensa;;
|
1999-05-03 09:29:11 +02:00
|
|
|
fr30-*-*) targ_emul=elf32fr30 ;;
|
1999-05-07 09:40:05 +02:00
|
|
|
mcore-*-pe) targ_emul=mcorepe ;
|
|
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
|
|
|
mcore-*-elf) targ_emul=elf32mcore ;;
|
2002-10-16 21:54:54 +02:00
|
|
|
s390x-*-linux*) targ_emul=elf64_s390
|
|
|
|
targ_extra_emuls=elf_s390
|
|
|
|
targ_extra_libpath=$targ_extra_emuls
|
|
|
|
tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'` ;;
|
|
|
|
s390-*-linux*) targ_emul=elf_s390
|
|
|
|
if test "${want64}" = "true"; then
|
|
|
|
targ_extra_emuls=elf64_s390
|
|
|
|
targ_extra_libpath=$targ_extra_emuls
|
|
|
|
tdir_elf64_s390=`echo ${targ_alias} | sed -e 's/s390/s390x/'`
|
|
|
|
fi ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
*-*-ieee*) targ_emul=vanilla ;;
|
2002-07-17 16:15:52 +02:00
|
|
|
ip2k-*-elf) targ_emul=elf32ip2k ;;
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
*)
|
|
|
|
echo 2>&1 "*** ld does not support target ${targ}"
|
|
|
|
echo 2>&1 "*** see ld/configure.tgt for supported targets"
|
|
|
|
exit 1
|
|
|
|
|
|
|
|
esac
|
2003-01-06 17:14:01 +01:00
|
|
|
|
|
|
|
NATIVE_LIB_DIRS='/usr/local/lib /lib /usr/lib'
|
|
|
|
case "${target}" in
|
|
|
|
|
|
|
|
*-*-freebsd*)
|
|
|
|
NATIVE_LIB_DIRS='/lib /usr/lib /usr/local/lib'
|
|
|
|
;;
|
|
|
|
|
|
|
|
hppa*64*-*-hpux11*)
|
|
|
|
NATIVE_LIB_DIRS=/usr/lib/pa20_64
|
|
|
|
;;
|
|
|
|
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-sysv4*)
|
2003-01-06 17:14:01 +01:00
|
|
|
NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
|
|
|
|
;;
|
|
|
|
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-*-solaris*)
|
2003-01-06 17:14:01 +01:00
|
|
|
NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
|
|
|
|
;;
|
|
|
|
|
2003-05-16 18:30:27 +02:00
|
|
|
i[3-7]86-pc-interix*)
|
2003-01-06 17:14:01 +01:00
|
|
|
NATIVE_LIB_DIRS='/usr/local/lib $$INTERIX_ROOT/usr/lib /lib /usr/lib'
|
|
|
|
;;
|
|
|
|
|
|
|
|
ia64-*-aix*)
|
|
|
|
NATIVE_LIB_DIRS='/usr/local/lib /usr/lib/ia64l64 /lib /usr/lib'
|
|
|
|
;;
|
|
|
|
|
|
|
|
sparc*-*-solaris2*)
|
|
|
|
NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
|
|
|
|
;;
|
|
|
|
|
2003-03-08 04:35:48 +01:00
|
|
|
i[03-9x]86-*-cygwin*)
|
|
|
|
NATIVE_LIB_DIRS='/usr/lib /usr/lib/w32api'
|
|
|
|
;;
|
|
|
|
|
2003-01-06 17:14:01 +01:00
|
|
|
*-*-linux*)
|
|
|
|
;;
|
|
|
|
|
|
|
|
*-*-freebsd*)
|
|
|
|
;;
|
|
|
|
|
|
|
|
*-*-netbsd*)
|
|
|
|
;;
|
|
|
|
|
|
|
|
alpha*-*-*)
|
|
|
|
NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
|
|
|
|
;;
|
|
|
|
|
|
|
|
esac
|