]> Git Repo - binutils.git/blame_incremental - configure.in
Sat Nov 30 18:58:40 1991 Steve Chamberlain (sac at cygnus.com)
[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="libiberty texinfo bfd binutils byacc bison gcc readline glob ld gas gnulib clib gdb emacs ispell make grep diff rcs gdbm cvs prms"
7srctrigger=README
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
15m88kbcs) host_makefile_frag=config/mh-delta88;;
16sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
17svr4) host_makefile_frag=config/mh-svr4 ;;
18esac
19
20case "${host_vendor}" in
21sco*) host_makefile_frag=config/mh-sco ;;
22esac
23
24# per-target:
25
26
27bfd_target=
28
29case "${target_vendor}" in
30amd)
31 case "${target_os}" in
32 ebmon) bfd_target="ebmon29k"
33 ;;
34 *) echo "bad target_os for amd" ;;
35 esac
36 ;;
37*)
38 bfd_target=${target_alias}
39 ;;
40esac
41
42
43target_makefile_frag=config/mt-${bfd_target}
44
45
46#
47# Local Variables:
48# fill-column: 131
49# End:
50#
This page took 0.021114 seconds and 4 git commands to generate.