Added support for OS/68k (as a target) and Apollo Series 400's (as
[deliverable/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="libiberty texinfo bfd binutils byacc bison gcc readline glob flex ld gas gnulib clib gdb emacs ispell make grep diff rcs gdbm cvs patch prms fileutils libg++"
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 m88kbcs) host_makefile_frag=config/mh-delta88;;
16 sysv4*) host_makefile_frag=config/mh-sysv4 ;;
17 sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
18 ultrix*)
19 case "${host_cpu}" in
20 mips) host_makefile_frag=config/mh-decstation ;;
21 esac
22 esac
23
24 case "${host_vendor}" in
25 sco*) host_makefile_frag=config/mh-sco ;;
26 apollo*) case "${host_cpu}" in
27 m68k*)
28 host_makefile_frag=config/mh-apollo68 ;;
29 esac ;;
30 esac
31
32 # per-target:
33
34 bfd_target=
35
36 case "${target_vendor}" in
37 amd)
38 case "${target_os}" in
39 ebmon) bfd_target="ebmon29k"
40 ;;
41 *) echo "bad target_os for amd" ;;
42 esac
43 ;;
44 *)
45 bfd_target=${target_alias}
46 ;;
47 esac
48
49 case "${target_cpu}" in
50 mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
51 ;;
52 esac
53
54 target_makefile_frag=config/mt-${bfd_target}
55
56 #
57 # Local Variables:
58 # fill-column: 131
59 # End:
60 #
This page took 0.0329 seconds and 5 git commands to generate.