1991-08-15 07:10:12 +09: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-28 00:56:08 +08:00
|
|
|
configdirs="doc"
|
1991-08-15 07:10:12 +09:00
|
|
|
srctrigger=libbfd.c
|
1991-10-11 18:43:34 +08:00
|
|
|
srcname="BFD"
|
1992-01-30 17:21:33 +08:00
|
|
|
target_dependent=true
|
1993-06-19 06:47:06 +08:00
|
|
|
host64=false
|
|
|
|
target64=false
|
|
|
|
want64=false
|
1991-08-15 07:10:12 +09:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
1992-10-09 19:38:30 +08:00
|
|
|
. ${srcdir}/configure.host
|
1991-08-22 16:15:49 +09:00
|
|
|
|
1991-10-11 18:43:34 +08:00
|
|
|
# Set up to make a link between the host's include file and "sysdep.h".
|
1992-04-11 13:38:40 +08:00
|
|
|
files="hosts/${my_host}.h"
|
1991-10-11 18:43:34 +08:00
|
|
|
links="sysdep.h"
|
|
|
|
|
1992-01-30 17:21:33 +08:00
|
|
|
if [ ! -f ${srcdir}/${files} ] ; then
|
1992-12-23 07:40:27 +08:00
|
|
|
files=../bfd/hosts/std-host.h
|
|
|
|
echo "[${srcname} has no specific support for host ${host} -- using std-host]"
|
1991-08-15 07:10:12 +09:00
|
|
|
fi
|
|
|
|
|
1991-10-11 18:43:34 +08:00
|
|
|
host_makefile_frag=
|
1992-04-11 13:38:40 +08:00
|
|
|
if [ -f ${srcdir}/config/${my_host}.mh ] ; then
|
|
|
|
host_makefile_frag=config/${my_host}.mh
|
1991-10-11 18:43:34 +08:00
|
|
|
fi
|
1991-08-22 16:15:49 +09:00
|
|
|
|
1991-08-15 07:10:12 +09:00
|
|
|
# per-target:
|
|
|
|
|
1992-09-26 10:20:05 +08: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 13:58:49 +08:00
|
|
|
case "${target}" in
|
1993-04-27 09:17:32 +08:00
|
|
|
alpha-*-*) bfd_target=alphaosf ;;
|
1992-10-09 10:42:29 +08:00
|
|
|
a29k-*-ebmon) bfd_target=a29k-coff ;;
|
|
|
|
a29k-*-udi) bfd_target=a29k-coff ;;
|
|
|
|
a29k-*-aout) bfd_target=a29k-aout ;;
|
|
|
|
a29k-*-coff) bfd_target=a29k-coff ;;
|
|
|
|
a29k-*-sym1) bfd_target=a29k-coff ;;
|
1993-07-15 00:32:34 +08:00
|
|
|
h8300*-*-*) bfd_target=h8300-coff ;;
|
1993-04-27 09:17:32 +08:00
|
|
|
h8500-*-*) bfd_target=h8500-coff ;;
|
|
|
|
sh-*-*) bfd_target=sh-coff ;;
|
1993-06-19 06:47:06 +08:00
|
|
|
hppa*-*-bsd*) bfd_target=hppabsd ;;
|
|
|
|
hppa*-*-hpux*) bfd_target=hppahpux ;;
|
1993-04-29 23:59:58 +08:00
|
|
|
hppa*-*-osf) bfd_target=hppa-elf ;;
|
1992-10-09 10:42:29 +08:00
|
|
|
i[34]86-*-sysv4*) bfd_target=i386-elf ;;
|
|
|
|
i[34]86-*-sysv*) bfd_target=i386-coff ;;
|
1993-06-19 06:47:06 +08:00
|
|
|
i[34]86-*-isc*) bfd_target=i386-sco ;; # gets core dump reading right
|
1992-12-22 05:17:54 +08:00
|
|
|
i[34]86-*-sco*) bfd_target=i386-sco ;;
|
1992-10-09 19:38:30 +08:00
|
|
|
i[34]86-*-bsd*) bfd_target=i386-bsd ;;
|
1993-07-20 06:24:56 +08:00
|
|
|
i[34]86-*-lynxos*) bfd_target=i386-lynx ;;
|
1993-07-07 04:27:25 +08:00
|
|
|
i[34]86-*-coff) bfd_target=i386-coff ;;
|
1992-12-22 05:17:54 +08:00
|
|
|
i[34]86-*-aix*) bfd_target=i386-coff ;;
|
1993-02-02 05:36:59 +08:00
|
|
|
i[34]86-*-elf) bfd_target=i386-elf ;;
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 12:45:13 +08:00
|
|
|
i[34]86-*-netware*) bfd_target=i386-nlm ;;
|
1993-05-03 02:43:09 +08:00
|
|
|
i[34]86-*-linux*) bfd_target=i386-linux ;;
|
1992-10-09 10:42:29 +08:00
|
|
|
i[34]86-none-*) bfd_target=i386-coff ;;
|
|
|
|
i960-*-vxworks) bfd_target=i960-bout ;;
|
1992-10-22 18:08:11 +08:00
|
|
|
i960-*-aout) bfd_target=i960-bout ;;
|
|
|
|
i960-*-bout) bfd_target=i960-bout ;;
|
1993-07-21 05:45:32 +08:00
|
|
|
m68*-bull-sysv*) bfd_target=u68k-coff ;;
|
1993-06-19 06:47:06 +08:00
|
|
|
m68*-hp-bsd*) bfd_target=hp300bsd ;;
|
1992-10-09 10:42:29 +08:00
|
|
|
m68*-*-aout) bfd_target=m68k-aout ;;
|
|
|
|
m68*-*-coff) bfd_target=m68k-coff ;;
|
1993-06-19 06:47:06 +08:00
|
|
|
m68*-*-hpux*) bfd_target=hp300hpux ;;
|
1992-10-09 10:42:29 +08:00
|
|
|
m68*-*-os68k) bfd_target=m68k-aout ;;
|
|
|
|
m68*-*-sunos*) bfd_target=m68k-aout ;;
|
1993-06-19 06:47:06 +08:00
|
|
|
m68*-*-sysv*) bfd_target=m68k-coff ;;
|
1992-10-09 10:42:29 +08:00
|
|
|
m68*-*-vxworks*) bfd_target=m68k-aout ;;
|
|
|
|
m68*-ericsson-*) bfd_target=m68k-aout ;;
|
|
|
|
m68*-netx-*) bfd_target=m68k-aout ;;
|
|
|
|
m88k-*-*) bfd_target=m88k-coff ;;
|
1993-04-27 09:17:32 +08:00
|
|
|
mips-big-*) bfd_target=bigmips ;;
|
1993-02-02 05:36:59 +08:00
|
|
|
mips-dec-bsd*) bfd_target=mipsdecbsd ;;
|
1992-10-09 10:42:29 +08:00
|
|
|
mips-dec-*) bfd_target=decstation ;;
|
1993-06-19 06:47:06 +08:00
|
|
|
mips-*-ecoffl*) bfd_target=decstation ;;
|
|
|
|
mips-*-ecoff*) bfd_target=bigmips ;;
|
1993-04-27 09:17:32 +08:00
|
|
|
mips-sgi-*) bfd_target=bigmips ;;
|
1993-06-19 06:47:06 +08:00
|
|
|
mips-*-sysv*) bfd_target=riscos ;;
|
1993-07-07 04:27:25 +08:00
|
|
|
mips-*-riscos*) bfd_target=riscos ;;
|
1993-06-22 03:37:13 +08:00
|
|
|
mips-*-bsd*) bfd_target=noop ;;
|
1992-10-09 10:42:29 +08:00
|
|
|
rs6000-*-*) bfd_target=rs6000 ;;
|
|
|
|
sparc-*-solaris2*) bfd_target=sparc-elf ;;
|
|
|
|
sparc-*-sysv4*) bfd_target=sparc-elf ;;
|
1993-07-12 22:47:30 +08:00
|
|
|
# start-sanitize-v9
|
|
|
|
sparc64-*-aout*) bfd_target=sparc-aout ; target64=true ;;
|
|
|
|
sparc64-*-elf*) bfd_target=sparc64-elf ; target64=true ;;
|
|
|
|
# end-sanitize-v9
|
1992-12-22 05:17:54 +08:00
|
|
|
sparc*-*-*) bfd_target=sparc-aout ;;
|
1992-10-09 10:42:29 +08:00
|
|
|
tahoe-*-*) bfd_target=tahoe ;;
|
1993-02-02 05:36:59 +08:00
|
|
|
vax-*-vms) bfd_target=vax-vms ;;
|
1992-10-09 10:42:29 +08:00
|
|
|
vax-*-*) bfd_target=vax ;;
|
|
|
|
we32k-*-*) bfd_target=we32k ;;
|
|
|
|
z8k*-*-*) bfd_target=z8k-coff ;;
|
|
|
|
|
|
|
|
*-*-aout) bfd_target=${target_cpu}-aout ;;
|
1993-06-19 06:47:06 +08:00
|
|
|
*-*-bsd*) bfd_target=${target_cpu}-aout ;;
|
* configure.in (*-*-netware, i[34]86-*-netware): New configs.
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o.
* Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o.
* Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c.
* Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets.
* bfd-in2.h (INLINE): Defines moved here.
* {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h.
* libelf.h (CAT4): Move define to bfd-in2.h.
* bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros.
* bfd-in2.h (union tdata): Add nlm_obj_data.
* bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour.
* targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes.
* targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec.
* (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c,
nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files
for NLM support.
1993-07-20 12:45:13 +08:00
|
|
|
*-*-netware*) bfd_target=${target_cpu}-nlm ;;
|
1992-10-09 10:42:29 +08:00
|
|
|
*-*-sysv4*) bfd_target=${target_cpu}-elf ;;
|
|
|
|
*-*-solaris2*) bfd_target=${target_cpu}-elf ;;
|
|
|
|
*-*-go32) bfd_target=${target_cpu}-aout ;;
|
|
|
|
*-*-sysv*) bfd_target=${target_cpu}-coff ;;
|
|
|
|
|
1993-06-19 06:47:06 +08:00
|
|
|
*-*-aout64) bfd_target=${target_cpu}-aout64 ; target64=true ;;
|
|
|
|
*-*-elf64) bfd_target=${target_cpu}-elf64 ; target64=true ;;
|
|
|
|
|
1992-10-09 10:42:29 +08:00
|
|
|
*-adobe-*) bfd_target=adobe ;;
|
|
|
|
*-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 ;;
|
|
|
|
*-tandem-*) bfd_target=st2000 ;;
|
1991-08-22 16:15:49 +09:00
|
|
|
esac
|
|
|
|
|
1992-04-11 13:38:40 +08:00
|
|
|
if [ ! -f ${srcdir}/config/${bfd_target}.mt ] ; then
|
1991-10-11 18:43:34 +08:00
|
|
|
if [ -n "${bfd_target}" ] ; then
|
1992-08-03 15:36:45 +08:00
|
|
|
echo '***' No file ${srcdir}/config/${bfd_target}.mt 1>&2
|
1991-10-11 18:43:34 +08:00
|
|
|
fi
|
1992-08-03 15:36:45 +08:00
|
|
|
echo '***' BFD does not support target ${target} 1>&2
|
|
|
|
echo '***' Look in bfd/configure.in for supported targets 1>&2
|
1991-08-15 07:10:12 +09:00
|
|
|
exit 1
|
|
|
|
fi
|
1992-04-11 13:38:40 +08:00
|
|
|
target_makefile_frag=config/${bfd_target}.mt
|
1991-08-22 16:15:49 +09:00
|
|
|
|
1991-10-11 18:43:34 +08:00
|
|
|
# We don't do any links based on the target system, just very minor makefile
|
|
|
|
# config.
|
1993-02-02 05:36:59 +08:00
|
|
|
|
|
|
|
# post-target:
|
|
|
|
|
1993-06-19 06:47:06 +08:00
|
|
|
rm -f Makefile.tmp Makefile.2
|
|
|
|
mv Makefile Makefile.tmp
|
|
|
|
|
1993-02-02 05:36:59 +08:00
|
|
|
case ${with_minimal_bfd} in
|
1993-07-07 04:27:25 +08:00
|
|
|
yes) echo MINIMIZE=1 > Makefile.2 ;;
|
|
|
|
no | "") echo MINIMIZE=0 > Makefile.2 ;;
|
1993-02-02 05:36:59 +08:00
|
|
|
*)
|
|
|
|
echo "*** bad value \"${with_minimal_bfd}\" for minimal-bfd flag; ignored" 1>&2
|
1993-07-07 04:27:25 +08:00
|
|
|
with_minimal_bfd=no
|
1993-06-19 06:47:06 +08:00
|
|
|
echo MINIMIZE=0 > Makefile.2
|
1993-02-02 05:36:59 +08:00
|
|
|
;;
|
|
|
|
esac
|
1993-06-19 06:47:06 +08:00
|
|
|
|
|
|
|
case ${with_64_bit_bfd} in
|
1993-07-07 04:27:25 +08:00
|
|
|
yes) want64=true ;;
|
|
|
|
no | "") want64=false ;;
|
1993-06-19 06:47:06 +08:00
|
|
|
*)
|
|
|
|
echo "*** bad value \"${with_64_bit_bfd}\" for 64-bit-bfd flag; ignored" 1>&2
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
case ${host64}-${target64}-${want64} in
|
|
|
|
*true*)
|
|
|
|
echo WORDSIZE=64 >> Makefile.2
|
1993-07-07 04:27:25 +08:00
|
|
|
echo 'ALL_BACKENDS = $(BFD64_BACKENDS) $(BFD32_BACKENDS)' >> Makefile.2
|
1993-06-19 06:47:06 +08:00
|
|
|
;;
|
|
|
|
false-false-false)
|
|
|
|
echo WORDSIZE=32 >> Makefile.2
|
1993-07-07 04:27:25 +08:00
|
|
|
echo 'ALL_BACKENDS = $(BFD32_BACKENDS)' >> Makefile.2
|
1993-06-19 06:47:06 +08:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
1993-07-07 23:26:14 +08:00
|
|
|
if [ x${with_minimal_bfd} = xyes ] \
|
1993-07-07 04:27:25 +08:00
|
|
|
&& grep -s TARGET_BACKENDS ${srcdir}/${target_makefile_frag} ; then
|
|
|
|
echo 'BFD_BACKENDS = $(TARGET_BACKENDS)' >> Makefile.2
|
|
|
|
else
|
|
|
|
echo 'BFD_BACKENDS = $(ALL_BACKENDS)' >> Makefile.2
|
|
|
|
fi
|
|
|
|
|
1993-07-07 23:26:14 +08:00
|
|
|
if [ x${with_minimal_bfd} = xyes ] \
|
1993-07-07 04:27:25 +08:00
|
|
|
&& grep -s TARGET_CPUS ${srcdir}/${target_makefile_frag} ; then
|
|
|
|
echo 'BFD_MACHINES = $(TARGET_CPUS)' >> Makefile.2
|
|
|
|
else
|
|
|
|
echo 'BFD_MACHINES = $(ALL_MACHINES)' >> Makefile.2
|
|
|
|
fi
|
|
|
|
|
1993-06-19 06:47:06 +08:00
|
|
|
cat Makefile.tmp >> Makefile.2
|
|
|
|
rm -f Makefile.tmp
|
|
|
|
mv Makefile.2 Makefile
|