See gdb/Changelog for details
[deliverable/binutils-gdb.git] / configure.in
... / ...
CommitLineData
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
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"
7srctrigger=cfg-paper.texi
8srcname="gnu development package"
9
10# per-host:
11
12# XXX - FIXME there needs to be a case for mh_dgux
13
14case "${host_os}" in
15aix*) host_makefile_frag=config/mh-aix ;;
16m88kbcs) host_makefile_frag=config/mh-delta88;;
17sysv4*) host_makefile_frag=config/mh-sysv4 ;;
18solaris*) host_makefile_frag=config/mh-solaris ;;
19sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
20sco*) host_makefile_frag=config/mh-sco ;;
21irix4) host_makefile_frag=config/mh-irix4 ;;
22ultrix*)
23 case "${host_cpu}" in
24 mips) host_makefile_frag=config/mh-decstation ;;
25 esac
26esac
27
28case "${host_vendor}" in
29apollo*) case "${host_cpu}" in
30 m68k*)
31 case "${host_os}" in
32 sysv*) host_makefile_frag=config/mh-apollo68 ;;
33 bsd*) host_makefile_frag=config/mh-a68bsd ;;
34 esac;;
35 esac ;;
36ncr*) case "${host_os}" in
37 sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
38 esac ;;
39
40esac
41
42# per-target:
43
44bfd_target=
45
46case "${target_vendor}" in
47amd)
48 case "${target_os}" in
49 ebmon) bfd_target="ebmon29k" ;;
50 udi) bfd_target="udi29k" ;;
51 *) echo "bad target_os for amd" ;;
52 esac
53 ;;
54*)
55 bfd_target=${target_alias}
56 ;;
57esac
58
59case "${target_cpu}" in
60 mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
61 ;;
62 rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//;s/binutils//;s/ld//'`
63esac
64
65target_makefile_frag=config/mt-${bfd_target}
66
67#
68# Local Variables:
69# fill-column: 131
70# End:
71#
72
This page took 0.023175 seconds and 4 git commands to generate.