]> Git Repo - binutils.git/blame_incremental - configure.in
* mipsread.c: Fix many invocations of complain. Use enum
[binutils.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="mmalloc libiberty texinfo bfd binutils byacc bison gcc readline glob ld gas gdb emacs ispell make grep diff rcs gdbm cvs patch send_pr libg++ newlib gprof"
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 ;;
18sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
19irix4) host_makefile_frag=config/mh-irix4 ;;
20ultrix*)
21 case "${host_cpu}" in
22 mips) host_makefile_frag=config/mh-decstation ;;
23 esac
24esac
25
26case "${host_vendor}" in
27sco*) host_makefile_frag=config/mh-sco ;;
28apollo*) case "${host_cpu}" in
29 m68k*)
30 host_makefile_frag=config/mh-apollo68 ;;
31 esac ;;
32esac
33
34# per-target:
35
36bfd_target=
37
38case "${target_vendor}" in
39amd)
40 case "${target_os}" in
41 ebmon) bfd_target="ebmon29k"
42 ;;
43 *) echo "bad target_os for amd" ;;
44 esac
45 ;;
46*)
47 bfd_target=${target_alias}
48 ;;
49esac
50
51case "${target_cpu}" in
52 mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
53 ;;
54 rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//'`
55esac
56
57target_makefile_frag=config/mt-${bfd_target}
58
59#
60# Local Variables:
61# fill-column: 131
62# End:
63#
This page took 0.022333 seconds and 4 git commands to generate.