pass site_option to recursions
[deliverable/binutils-gdb.git] / configure.in
CommitLineData
eb02fd64
RP
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
bb24c7e6 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"
079399f6 7srctrigger=cfg-paper.texi
eb02fd64 8srcname="gnu development package"
0df06ca0
RP
9
10# per-host:
11
0c6087dd 12# XXX - FIXME there needs to be a case for mh_dgux
0e302572
SG
13
14case "${host_os}" in
99823b66 15m88kbcs) host_makefile_frag=config/mh-delta88;;
5f32984e 16sysv4*) host_makefile_frag=config/mh-sysv4 ;;
407a8389
SG
17sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
18irix4) host_makefile_frag=config/mh-irix4 ;;
3b2cf8e8
JG
19ultrix*)
20 case "${host_cpu}" in
21 mips) host_makefile_frag=config/mh-decstation ;;
22 esac
0e302572
SG
23esac
24
f4bda0ff
SEF
25case "${host_vendor}" in
26sco*) host_makefile_frag=config/mh-sco ;;
dd16baba
SEF
27apollo*) case "${host_cpu}" in
28 m68k*)
29 host_makefile_frag=config/mh-apollo68 ;;
30 esac ;;
f4bda0ff
SEF
31esac
32
0df06ca0 33# per-target:
bc58b41d 34
e99a90a7
RP
35bfd_target=
36
44e4e473
SC
37case "${target_vendor}" in
38amd)
39 case "${target_os}" in
40 ebmon) bfd_target="ebmon29k"
41 ;;
42 *) echo "bad target_os for amd" ;;
43 esac
44 ;;
45*)
e99a90a7 46 bfd_target=${target_alias}
44e4e473
SC
47 ;;
48esac
49
05cd8d98 50case "${target_cpu}" in
b9c3a64a 51 mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
05cd8d98
HS
52 ;;
53esac
54
bcdbe02f 55target_makefile_frag=config/mt-${bfd_target}
0e302572 56
bc58b41d
RP
57#
58# Local Variables:
59# fill-column: 131
60# End:
61#
This page took 0.043012 seconds and 4 git commands to generate.