remove references to gdbm
[deliverable/binutils-gdb.git] / configure.in
CommitLineData
eb02fd64
RP
1# This file is a shell script fragment that supplies the information
2# necessary to tailor a template configure script into the configure
3# script appropriate for this directory. For more information, check
4# any existing configure script.
5
0ee86129 6configdirs="mmalloc libiberty texinfo bfd binutils byacc bison gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof"
079399f6 7srctrigger=cfg-paper.texi
eb02fd64 8srcname="gnu development package"
0df06ca0
RP
9
10# per-host:
11
0c6087dd 12# XXX - FIXME there needs to be a case for mh_dgux
0e302572
SG
13
14case "${host_os}" in
b4e2a59b 15aix*) host_makefile_frag=config/mh-aix ;;
99823b66 16m88kbcs) host_makefile_frag=config/mh-delta88;;
5f32984e 17sysv4*) host_makefile_frag=config/mh-sysv4 ;;
407a8389 18sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
27c28d61 19sco*) host_makefile_frag=config/mh-sco ;;
407a8389 20irix4) host_makefile_frag=config/mh-irix4 ;;
3b2cf8e8
JG
21ultrix*)
22 case "${host_cpu}" in
23 mips) host_makefile_frag=config/mh-decstation ;;
24 esac
0e302572
SG
25esac
26
f4bda0ff 27case "${host_vendor}" in
dd16baba
SEF
28apollo*) case "${host_cpu}" in
29 m68k*)
68cd7865
SEF
30 case "${host_os}" in
31 sysv*) host_makefile_frag=config/mh-apollo68 ;;
32 bsd*) host_makefile_frag=config/mh-a68bsd ;;
33 esac;;
dd16baba 34 esac ;;
f4bda0ff
SEF
35esac
36
0df06ca0 37# per-target:
bc58b41d 38
e99a90a7
RP
39bfd_target=
40
44e4e473
SC
41case "${target_vendor}" in
42amd)
43 case "${target_os}" in
44 ebmon) bfd_target="ebmon29k"
45 ;;
46 *) echo "bad target_os for amd" ;;
47 esac
48 ;;
49*)
e99a90a7 50 bfd_target=${target_alias}
44e4e473
SC
51 ;;
52esac
53
05cd8d98 54case "${target_cpu}" in
b9c3a64a 55 mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
05cd8d98 56 ;;
b4e2a59b 57 rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//'`
05cd8d98
HS
58esac
59
bcdbe02f 60target_makefile_frag=config/mt-${bfd_target}
0e302572 61
bc58b41d
RP
62#
63# Local Variables:
64# fill-column: 131
65# End:
66#
This page took 0.043139 seconds and 4 git commands to generate.