]>
Commit | Line | Data |
---|---|---|
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 | ||
a95888ed | 6 | configdirs="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" |
079399f6 | 7 | srctrigger=cfg-paper.texi |
eb02fd64 | 8 | srcname="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 | |
14 | case "${host_os}" in | |
b4e2a59b | 15 | aix*) host_makefile_frag=config/mh-aix ;; |
99823b66 | 16 | m88kbcs) host_makefile_frag=config/mh-delta88;; |
5f32984e | 17 | sysv4*) host_makefile_frag=config/mh-sysv4 ;; |
407a8389 SG |
18 | sysv* | irix3) host_makefile_frag=config/mh-sysv ;; |
19 | irix4) host_makefile_frag=config/mh-irix4 ;; | |
3b2cf8e8 JG |
20 | ultrix*) |
21 | case "${host_cpu}" in | |
22 | mips) host_makefile_frag=config/mh-decstation ;; | |
23 | esac | |
0e302572 SG |
24 | esac |
25 | ||
f4bda0ff SEF |
26 | case "${host_vendor}" in |
27 | sco*) host_makefile_frag=config/mh-sco ;; | |
dd16baba SEF |
28 | apollo*) case "${host_cpu}" in |
29 | m68k*) | |
30 | host_makefile_frag=config/mh-apollo68 ;; | |
31 | esac ;; | |
f4bda0ff SEF |
32 | esac |
33 | ||
0df06ca0 | 34 | # per-target: |
bc58b41d | 35 | |
e99a90a7 RP |
36 | bfd_target= |
37 | ||
44e4e473 SC |
38 | case "${target_vendor}" in |
39 | amd) | |
40 | case "${target_os}" in | |
41 | ebmon) bfd_target="ebmon29k" | |
42 | ;; | |
43 | *) echo "bad target_os for amd" ;; | |
44 | esac | |
45 | ;; | |
46 | *) | |
e99a90a7 | 47 | bfd_target=${target_alias} |
44e4e473 SC |
48 | ;; |
49 | esac | |
50 | ||
05cd8d98 | 51 | case "${target_cpu}" in |
b9c3a64a | 52 | mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` |
05cd8d98 | 53 | ;; |
b4e2a59b | 54 | rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//'` |
05cd8d98 HS |
55 | esac |
56 | ||
bcdbe02f | 57 | target_makefile_frag=config/mt-${bfd_target} |
0e302572 | 58 | |
bc58b41d RP |
59 | # |
60 | # Local Variables: | |
61 | # fill-column: 131 | |
62 | # End: | |
63 | # |