Added delta88 cases
[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 bfd binutils byacc bison gcc readline ld gas gnulib clib gdb emacs make grep diff rcs gdbm cvs prms"
7 srctrigger=README
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 sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
17 svr4) host_makefile_frag=config/mh-svr4 ;;
18 esac
19
20 # per-target:
21
22
23 bfd_target=
24
25 case "${target_vendor}" in
26 amd)
27 case "${target_os}" in
28 ebmon) bfd_target="ebmon29k"
29 ;;
30 *) echo "bad target_os for amd" ;;
31 esac
32 ;;
33 *)
34 bfd_target=${target_alias}
35 ;;
36 esac
37
38
39 target_makefile_frag=config/mt-${bfd_target}
40
41
42 #
43 # Local Variables:
44 # fill-column: 131
45 # End:
46 #
This page took 0.037028 seconds and 4 git commands to generate.