See gdb/Changelog for details
[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
618f57a9 6configdirs="autoconf mmalloc libiberty texinfo bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest"
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 ;;
bbc7590a 18solaris*) host_makefile_frag=config/mh-solaris ;;
407a8389 19sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
27c28d61 20sco*) host_makefile_frag=config/mh-sco ;;
407a8389 21irix4) host_makefile_frag=config/mh-irix4 ;;
3b2cf8e8
JG
22ultrix*)
23 case "${host_cpu}" in
24 mips) host_makefile_frag=config/mh-decstation ;;
25 esac
0e302572
SG
26esac
27
f4bda0ff 28case "${host_vendor}" in
dd16baba
SEF
29apollo*) case "${host_cpu}" in
30 m68k*)
68cd7865
SEF
31 case "${host_os}" in
32 sysv*) host_makefile_frag=config/mh-apollo68 ;;
33 bsd*) host_makefile_frag=config/mh-a68bsd ;;
34 esac;;
dd16baba 35 esac ;;
c4fb14b7
FF
36ncr*) case "${host_os}" in
37 sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
38 esac ;;
39
f4bda0ff
SEF
40esac
41
0df06ca0 42# per-target:
bc58b41d 43
e99a90a7
RP
44bfd_target=
45
44e4e473
SC
46case "${target_vendor}" in
47amd)
48 case "${target_os}" in
9f756cd8
SG
49 ebmon) bfd_target="ebmon29k" ;;
50 udi) bfd_target="udi29k" ;;
44e4e473
SC
51 *) echo "bad target_os for amd" ;;
52 esac
53 ;;
54*)
e99a90a7 55 bfd_target=${target_alias}
44e4e473
SC
56 ;;
57esac
58
05cd8d98 59case "${target_cpu}" in
b9c3a64a 60 mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
05cd8d98 61 ;;
9d3f69fb 62 rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//;s/binutils//;s/ld//'`
05cd8d98
HS
63esac
64
bcdbe02f 65target_makefile_frag=config/mt-${bfd_target}
0e302572 66
bc58b41d
RP
67#
68# Local Variables:
69# fill-column: 131
70# End:
71#
9d3f69fb 72
This page took 0.061634 seconds and 4 git commands to generate.