1991-08-14 22:10:12 +00:00
|
|
|
# This file is a shell script that supplies the information necessary
|
|
|
|
# to tailor a template configure script into the configure script
|
|
|
|
# appropriate for this directory. For more information, check any
|
|
|
|
# existing configure script.
|
|
|
|
|
1991-11-27 16:56:08 +00:00
|
|
|
configdirs="doc"
|
1991-08-14 22:10:12 +00:00
|
|
|
srctrigger=libbfd.c
|
1991-10-11 10:43:34 +00:00
|
|
|
srcname="BFD"
|
1992-01-30 09:21:33 +00:00
|
|
|
target_dependent=true
|
1991-08-14 22:10:12 +00:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
1991-10-11 10:43:34 +00:00
|
|
|
case "${host_cpu}" in
|
|
|
|
|
|
|
|
rs6000) my_host=rs6000
|
|
|
|
;;
|
|
|
|
|
1992-09-26 02:20:05 +00:00
|
|
|
we32k) my_host=we32k ;;
|
|
|
|
|
1991-10-11 10:43:34 +00:00
|
|
|
mips)
|
|
|
|
case "${host_vendor}" in
|
|
|
|
dec) my_host=decstation ;;
|
1992-04-11 05:38:40 +00:00
|
|
|
sgi)
|
|
|
|
case "${host_os}" in
|
|
|
|
irix3) my_host=irix3 ;;
|
|
|
|
irix4) my_host=irix4 ;;
|
|
|
|
esac
|
|
|
|
;;
|
1991-10-11 10:43:34 +00:00
|
|
|
esac
|
|
|
|
;;
|
|
|
|
|
|
|
|
m88k)
|
|
|
|
case "${host_vendor}" in
|
1991-10-28 01:08:51 +00:00
|
|
|
motorola)
|
1991-11-13 19:27:21 +00:00
|
|
|
my_host=delta88 ;;
|
|
|
|
harris)
|
|
|
|
my_host=harris ;;
|
1991-10-11 10:43:34 +00:00
|
|
|
*)
|
|
|
|
case "${host_os}" in
|
|
|
|
dgux) my_host=dgux ;;
|
1991-08-22 07:15:49 +00:00
|
|
|
esac
|
|
|
|
;;
|
1991-10-11 10:43:34 +00:00
|
|
|
esac
|
|
|
|
;;
|
|
|
|
|
1992-08-18 20:24:22 +00:00
|
|
|
m68*)
|
1991-10-11 10:43:34 +00:00
|
|
|
case "${host_vendor}" in
|
|
|
|
cbm)
|
|
|
|
case ${host_os} in
|
|
|
|
amigados) my_host=amigados ;;
|
1992-01-30 09:21:33 +00:00
|
|
|
sysv4*) my_host=amix ;;
|
1991-08-22 07:15:49 +00:00
|
|
|
esac
|
|
|
|
;;
|
1991-10-11 10:43:34 +00:00
|
|
|
hp)
|
|
|
|
case "${host_os}" in
|
|
|
|
hpux) my_host=hp9000 ;;
|
|
|
|
bsd) my_host=hp300bsd ;;
|
1991-08-22 07:15:49 +00:00
|
|
|
esac
|
|
|
|
;;
|
1991-10-11 10:43:34 +00:00
|
|
|
sony) my_host=news ;;
|
|
|
|
sun) my_host=sun3 ;;
|
1992-03-12 06:08:56 +00:00
|
|
|
apollo*)
|
|
|
|
case "${host_os}" in
|
1992-04-11 05:38:40 +00:00
|
|
|
sysv*) my_host=apollov68 ;;
|
1992-06-07 00:03:50 +00:00
|
|
|
bsd*) my_host=apollo68 ;;
|
1992-03-12 06:08:56 +00:00
|
|
|
esac
|
|
|
|
;;
|
1991-10-11 10:43:34 +00:00
|
|
|
esac
|
|
|
|
;;
|
1991-08-22 07:15:49 +00:00
|
|
|
|
1992-01-30 09:21:33 +00:00
|
|
|
i860) my_host=stratus
|
|
|
|
;;
|
|
|
|
|
1992-08-03 07:36:45 +00:00
|
|
|
i386 | i486)
|
1991-10-11 10:43:34 +00:00
|
|
|
case "${host_vendor}" in
|
1992-04-11 05:38:40 +00:00
|
|
|
ncr*)
|
|
|
|
case "${host_os}" in
|
|
|
|
sysv4*) my_host=ncr3000 ;;
|
|
|
|
esac
|
|
|
|
;;
|
1991-10-11 10:43:34 +00:00
|
|
|
*)
|
|
|
|
case "${host_os}" in
|
1992-04-24 14:37:32 +00:00
|
|
|
go32) my_host=go32 ;;
|
1992-01-30 09:21:33 +00:00
|
|
|
sysv4*) my_host=i386v4 ;;
|
1992-01-31 00:32:38 +00:00
|
|
|
sysv* | scosysv*) my_host=i386v ;;
|
1991-11-13 19:27:21 +00:00
|
|
|
mach*) my_host=i386mach ;;
|
|
|
|
msdos*) my_host=dose ;;
|
1992-06-23 01:05:47 +00:00
|
|
|
linux) my_host=i386linux ;;
|
1991-08-22 07:15:49 +00:00
|
|
|
esac
|
|
|
|
;;
|
1991-10-11 10:43:34 +00:00
|
|
|
esac
|
|
|
|
;;
|
1991-08-22 07:15:49 +00:00
|
|
|
|
1991-10-11 10:43:34 +00:00
|
|
|
sparc)
|
|
|
|
case "${host_os}" in
|
1991-10-16 01:45:32 +00:00
|
|
|
sunos64) my_host=sparc-ll ;;
|
1992-06-19 19:22:36 +00:00
|
|
|
sysv4) my_host=sysv4 ;;
|
|
|
|
solaris2) my_host=solaris2 ;;
|
1992-04-11 05:38:40 +00:00
|
|
|
sysv64) my_host=sysv4-ll ;;
|
1991-10-11 10:43:34 +00:00
|
|
|
*) my_host=sparc ;;
|
|
|
|
esac
|
|
|
|
;;
|
1991-08-22 07:15:49 +00:00
|
|
|
|
1991-10-11 10:43:34 +00:00
|
|
|
romp) my_host=rtbsd
|
|
|
|
;;
|
1991-09-13 01:49:40 +00:00
|
|
|
|
1991-10-11 10:43:34 +00:00
|
|
|
a29k) my_host=ultra3
|
|
|
|
;;
|
1991-09-13 01:49:40 +00:00
|
|
|
|
1991-10-11 10:43:34 +00:00
|
|
|
tahoe)
|
|
|
|
my_host=tahoe
|
|
|
|
;;
|
|
|
|
|
|
|
|
vax)
|
|
|
|
case "${host_os}" in
|
1992-03-12 06:08:56 +00:00
|
|
|
ultrix*) my_host=vaxult ;;
|
1991-10-11 10:43:34 +00:00
|
|
|
*) my_host=vaxbsd ;;
|
1991-08-22 07:15:49 +00:00
|
|
|
esac
|
1991-10-11 10:43:34 +00:00
|
|
|
;;
|
1992-08-03 07:36:45 +00:00
|
|
|
hppa*)
|
1992-06-19 22:24:13 +00:00
|
|
|
case "${host_vendor}" in
|
|
|
|
hp)
|
|
|
|
case "${host_os}" in
|
|
|
|
hpux) my_host=hppahpux ;;
|
|
|
|
bsd) my_host=hppabsd ;;
|
|
|
|
esac
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
;;
|
1991-10-11 10:43:34 +00:00
|
|
|
esac
|
1991-08-22 07:15:49 +00:00
|
|
|
|
1991-10-11 10:43:34 +00:00
|
|
|
# Set up to make a link between the host's include file and "sysdep.h".
|
1992-04-11 05:38:40 +00:00
|
|
|
files="hosts/${my_host}.h"
|
1991-10-11 10:43:34 +00:00
|
|
|
links="sysdep.h"
|
|
|
|
|
1992-01-30 09:21:33 +00:00
|
|
|
if [ ! -f ${srcdir}/${files} ] ; then
|
1991-10-11 10:43:34 +00:00
|
|
|
if [ -n "${my_host}" ] ; then
|
1992-08-03 07:36:45 +00:00
|
|
|
echo '***' No file ${srcdir}/${files} 1>&2
|
1991-10-11 10:43:34 +00:00
|
|
|
fi
|
1992-08-03 07:36:45 +00:00
|
|
|
echo '***' ${srcname} does not support host ${host} 1>&2
|
1991-08-14 22:10:12 +00:00
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
|
1991-10-11 10:43:34 +00:00
|
|
|
host_makefile_frag=
|
1992-04-11 05:38:40 +00:00
|
|
|
if [ -f ${srcdir}/config/${my_host}.mh ] ; then
|
|
|
|
host_makefile_frag=config/${my_host}.mh
|
1991-10-11 10:43:34 +00:00
|
|
|
fi
|
1991-08-22 07:15:49 +00:00
|
|
|
|
1991-08-14 22:10:12 +00:00
|
|
|
# per-target:
|
|
|
|
|
1992-09-26 02:20:05 +00:00
|
|
|
# WHEN ADDING ENTRIES TO THIS MATRIX:
|
|
|
|
# Make sure that the left side always has two dashes. Otherwise you
|
|
|
|
# can get spurious matches. Even for unambiguous cases, do this as a
|
|
|
|
# convention, else the table becomes a real mess to understand and maintain.
|
|
|
|
|
1992-06-13 05:58:49 +00:00
|
|
|
case "${target}" in
|
|
|
|
|
|
|
|
rs6000-ibm-* ) bfd_target=rs6000 ;;
|
|
|
|
|
|
|
|
a29k-amd-ebmon ) bfd_target=a29k-coff ;;
|
|
|
|
a29k-amd-udi ) bfd_target=a29k-coff ;;
|
|
|
|
a29k-amd-* ) bfd_target=a29k-aout ;;
|
|
|
|
|
1992-09-26 02:20:05 +00:00
|
|
|
we32k-*-* ) bfd_target=we32k ;;
|
|
|
|
|
1992-06-13 05:58:49 +00:00
|
|
|
h8300-hitachi-* ) bfd_target=h8300-coff ;;
|
|
|
|
|
|
|
|
i960-wrs-* ) bfd_target=i960-bout ;;
|
|
|
|
m68k-wrs-* ) bfd_target=m68k-aout ;;
|
1992-08-18 18:35:50 +00:00
|
|
|
m68k-netx-* ) bfd_target=m68k-aout ;;
|
1992-06-19 19:22:36 +00:00
|
|
|
m680[01234]0-wrs-* ) bfd_target=m68k-aout ;;
|
1992-08-18 18:35:50 +00:00
|
|
|
m680[01234]0-netx-* ) bfd_target=m68k-aout ;;
|
|
|
|
m683?2-wrs-* ) bfd_target=m68k-aout ;;
|
|
|
|
m683?2-netx-* ) bfd_target=m68k-aout ;;
|
|
|
|
sparc-wrs-* ) bfd_target=sparc-aout ;;
|
1992-06-13 05:58:49 +00:00
|
|
|
|
1992-09-26 02:20:05 +00:00
|
|
|
z8k*-*-* ) bfd_target=z8k-coff ;;
|
1992-08-03 07:36:45 +00:00
|
|
|
m68*-ericsson-* ) bfd_target=m68k-aout ;;
|
|
|
|
|
1992-06-13 05:58:49 +00:00
|
|
|
m68k-sun-* ) bfd_target=m68k-aout ;;
|
|
|
|
m680[01234]0-sun-* ) bfd_target=m68k-aout ;;
|
1992-08-18 18:35:50 +00:00
|
|
|
m683?2-sun-* ) bfd_target=m68k-aout ;;
|
1992-06-13 05:58:49 +00:00
|
|
|
sparc-sun-sysv4 ) bfd_target=sparc-elf ;;
|
|
|
|
sparc-sun-solaris2* ) bfd_target=sparc-elf ;;
|
|
|
|
sparc-sun-* ) bfd_target=sparc-aout ;;
|
1992-09-26 02:20:05 +00:00
|
|
|
sparclite-fujitsu-* ) bfd_target=sparc-aout ;;
|
1992-06-13 05:58:49 +00:00
|
|
|
|
|
|
|
mips-dec-* ) bfd_target=decstation ;;
|
|
|
|
vax-dec-* ) bfd_target=vax ;;
|
|
|
|
|
|
|
|
m68k-hp-hpux ) bfd_target=hp9000 ;;
|
|
|
|
m680[01234]0-hp-hpux ) bfd_target=hp9000 ;;
|
1992-08-18 18:35:50 +00:00
|
|
|
m683?2-hp-hpux ) bfd_target=hp9000 ;;
|
1992-06-13 05:58:49 +00:00
|
|
|
m68k-hp-bsd ) bfd_target=hp300bsd ;;
|
|
|
|
m60[01234]0-hp-bsd ) bfd_target=hp300bsd ;;
|
1992-08-18 18:35:50 +00:00
|
|
|
m683?2-hp-bsd ) bfd_target=hp300bsd ;;
|
1992-06-13 05:58:49 +00:00
|
|
|
|
|
|
|
mips-sgi-* ) bfd_target=irix3 ;;
|
|
|
|
mips-big-* ) bfd_target=irix3 ;;
|
|
|
|
|
|
|
|
m68k-none-os68k ) bfd_target=m68k-aout ;;
|
|
|
|
m680[01234]0-none-os68k ) bfd_target=m68k-aout ;;
|
1992-08-18 18:35:50 +00:00
|
|
|
m683?2-none-os68k ) bfd_target=m68k-aout ;;
|
1992-06-13 05:58:49 +00:00
|
|
|
i386-sco-* ) bfd_target=i386-coff ;;
|
|
|
|
|
1992-08-18 18:35:50 +00:00
|
|
|
m68*-*-aout ) bfd_target=m68k-aout ;;
|
|
|
|
m68*-*-coff ) bfd_target=m68k-coff ;;
|
|
|
|
|
1992-06-13 05:58:49 +00:00
|
|
|
a29k-none-aout ) bfd_target=a29k-aout ;;
|
|
|
|
a29k-none-coff ) bfd_target=a29k-coff ;;
|
|
|
|
a29k-nyu-sym1 ) bfd_target=a29k-coff ;;
|
|
|
|
|
|
|
|
m88k-harris-* ) bfd_target=m88k-coff ;;
|
|
|
|
m88k-motorola-* ) bfd_target=m88k-coff ;;
|
|
|
|
|
|
|
|
vax-*-* ) bfd_target=vax ;;
|
|
|
|
tahoe-*-* ) bfd_target=tahoe ;;
|
|
|
|
|
1992-08-03 07:36:45 +00:00
|
|
|
hppa*-hp-hpux ) bfd_target=hppahpux ;;
|
|
|
|
hppa*-hp-bsd ) bfd_target=hppabsd ;;
|
|
|
|
|
1992-09-26 02:20:05 +00:00
|
|
|
i[34]86-*-sysv4* ) bfd_target=i386-elf ;;
|
|
|
|
|
|
|
|
tahoe-*-none ) bfd_target=${target_cpu} ;;
|
|
|
|
vax-*-none ) bfd_target=${target_cpu} ;;
|
1992-06-19 22:24:13 +00:00
|
|
|
|
1992-06-13 05:58:49 +00:00
|
|
|
*-*-aout ) bfd_target=${target_cpu}-aout ;;
|
|
|
|
*-*-bsd ) bfd_target=${target_cpu}-aout ;;
|
|
|
|
*-*-sysv4* ) bfd_target=${target_cpu}-elf ;;
|
|
|
|
*-*-solaris2* ) bfd_target=${target_cpu}-elf ;;
|
|
|
|
*-*-go32 ) bfd_target=${target_cpu}-aout ;;
|
1992-06-23 01:05:47 +00:00
|
|
|
*-*-linux* ) bfd_target=${target_cpu}-linux ;;
|
1992-06-13 05:58:49 +00:00
|
|
|
*-*-sysv* ) bfd_target=${target_cpu}-coff ;;
|
|
|
|
*-*-scosysv* ) bfd_target=${target_cpu}-coff ;;
|
|
|
|
|
|
|
|
i386-none-* ) bfd_target=i386-coff ;;
|
1992-09-26 02:20:05 +00:00
|
|
|
*-adobe-* ) bfd_target=adobe ;;
|
1992-06-13 05:58:49 +00:00
|
|
|
*-sony-* ) bfd_target=news ;;
|
|
|
|
*-intel-* ) bfd_target=${target_cpu}-coff ;;
|
|
|
|
*-stratus-* ) bfd_target=${target_cpu}-elf ;;
|
|
|
|
*-cbm-* ) bfd_target=${target_cpu}-elf ;;
|
|
|
|
*-ncr-* ) bfd_target=${target_cpu}-elf ;;
|
1992-09-26 02:20:05 +00:00
|
|
|
*-hitachi-* ) echo "bad hitachi cpu"; exit 1 ;;
|
|
|
|
*-tandem-* ) bfd_target=st2000 ;;
|
1991-11-13 19:27:21 +00:00
|
|
|
|
1991-08-22 07:15:49 +00:00
|
|
|
esac
|
|
|
|
|
1992-04-11 05:38:40 +00:00
|
|
|
if [ ! -f ${srcdir}/config/${bfd_target}.mt ] ; then
|
1991-10-11 10:43:34 +00:00
|
|
|
if [ -n "${bfd_target}" ] ; then
|
1992-08-03 07:36:45 +00:00
|
|
|
echo '***' No file ${srcdir}/config/${bfd_target}.mt 1>&2
|
1991-10-11 10:43:34 +00:00
|
|
|
fi
|
1992-08-03 07:36:45 +00:00
|
|
|
echo '***' BFD does not support target ${target} 1>&2
|
|
|
|
echo '***' Look in bfd/configure.in for supported targets 1>&2
|
1991-08-14 22:10:12 +00:00
|
|
|
exit 1
|
|
|
|
fi
|
1992-04-11 05:38:40 +00:00
|
|
|
target_makefile_frag=config/${bfd_target}.mt
|
1991-08-22 07:15:49 +00:00
|
|
|
|
1991-10-11 10:43:34 +00:00
|
|
|
# We don't do any links based on the target system, just very minor makefile
|
|
|
|
# config.
|