]>
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 | ||
e4890dd3 | 6 | configdirs="libiberty texinfo bfd binutils byacc bison gcc readline glob ld gas gnulib clib gdb emacs ispell make grep diff rcs gdbm cvs prms" |
3ab95828 | 7 | srctrigger=README |
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 | |
99823b66 | 15 | m88kbcs) host_makefile_frag=config/mh-delta88;; |
0c6087dd SC |
16 | sysv* | irix*) host_makefile_frag=config/mh-sysv ;; |
17 | svr4) host_makefile_frag=config/mh-svr4 ;; | |
806fd9fc | 18 | ultrix) host_makefile_frag=config/mh-decstation ;; |
0e302572 SG |
19 | esac |
20 | ||
f4bda0ff SEF |
21 | case "${host_vendor}" in |
22 | sco*) host_makefile_frag=config/mh-sco ;; | |
23 | esac | |
24 | ||
0df06ca0 | 25 | # per-target: |
bc58b41d | 26 | |
44e4e473 | 27 | |
e99a90a7 RP |
28 | bfd_target= |
29 | ||
44e4e473 SC |
30 | case "${target_vendor}" in |
31 | amd) | |
32 | case "${target_os}" in | |
33 | ebmon) bfd_target="ebmon29k" | |
34 | ;; | |
35 | *) echo "bad target_os for amd" ;; | |
36 | esac | |
37 | ;; | |
38 | *) | |
e99a90a7 | 39 | bfd_target=${target_alias} |
44e4e473 SC |
40 | ;; |
41 | esac | |
42 | ||
43 | ||
0c6087dd | 44 | target_makefile_frag=config/mt-${bfd_target} |
44e4e473 | 45 | |
0e302572 | 46 | |
bc58b41d RP |
47 | # |
48 | # Local Variables: | |
49 | # fill-column: 131 | |
50 | # End: | |
51 | # |