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