pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on install
[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
618f57a9 6configdirs="autoconf mmalloc libiberty texinfo bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest"
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
b4e2a59b 15aix*) host_makefile_frag=config/mh-aix ;;
99823b66 16m88kbcs) host_makefile_frag=config/mh-delta88;;
5f32984e 17sysv4*) host_makefile_frag=config/mh-sysv4 ;;
407a8389 18sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
27c28d61 19sco*) host_makefile_frag=config/mh-sco ;;
407a8389 20irix4) host_makefile_frag=config/mh-irix4 ;;
3b2cf8e8
JG
21ultrix*)
22 case "${host_cpu}" in
23 mips) host_makefile_frag=config/mh-decstation ;;
24 esac
0e302572
SG
25esac
26
f4bda0ff 27case "${host_vendor}" in
dd16baba
SEF
28apollo*) case "${host_cpu}" in
29 m68k*)
68cd7865
SEF
30 case "${host_os}" in
31 sysv*) host_makefile_frag=config/mh-apollo68 ;;
32 bsd*) host_makefile_frag=config/mh-a68bsd ;;
33 esac;;
dd16baba 34 esac ;;
c4fb14b7
FF
35ncr*) case "${host_os}" in
36 sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
37 esac ;;
38
f4bda0ff
SEF
39esac
40
0df06ca0 41# per-target:
bc58b41d 42
e99a90a7
RP
43bfd_target=
44
44e4e473
SC
45case "${target_vendor}" in
46amd)
47 case "${target_os}" in
9f756cd8
SG
48 ebmon) bfd_target="ebmon29k" ;;
49 udi) bfd_target="udi29k" ;;
44e4e473
SC
50 *) echo "bad target_os for amd" ;;
51 esac
52 ;;
53*)
e99a90a7 54 bfd_target=${target_alias}
44e4e473
SC
55 ;;
56esac
57
05cd8d98 58case "${target_cpu}" in
b9c3a64a 59 mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
05cd8d98 60 ;;
9d3f69fb 61 rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//;s/binutils//;s/ld//'`
05cd8d98
HS
62esac
63
bcdbe02f 64target_makefile_frag=config/mt-${bfd_target}
0e302572 65
bc58b41d
RP
66#
67# Local Variables:
68# fill-column: 131
69# End:
70#
9d3f69fb 71
This page took 0.046933 seconds and 4 git commands to generate.