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 | ||
378fd382 DZ |
6 | configdirs="autoconf mmalloc libiberty texinfo flex byacc bison opcodes bfd binutils gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas etc deja-gnu" |
7 | srctrigger=move-if-change | |
eb02fd64 | 8 | srcname="gnu development package" |
0df06ca0 RP |
9 | |
10 | # per-host: | |
11 | ||
cec673a2 DZ |
12 | case "${host}" in |
13 | m68k-apollo-sysv*) host_makefile_frag=config/mh-apollo68 ;; | |
14 | m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;; | |
15 | m88k-motorola-m88kbcs) host_makefile_frag=config/mh-delta88;; | |
16 | m88k-dg-dgux*) host_makefile_frag=config/mh-dgux ;; | |
17 | mips-dec-ultrix*) host_makefile_frag=config/mh-decstation ;; | |
18 | mips-sgi-irix4) host_makefile_frag=config/mh-irix4 ;; | |
19 | mips-sgi-irix3) host_makefile_frag=config/mh-sysv ;; | |
20 | i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; | |
21 | i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;; | |
22 | i[34]86-*-linux) host_makefile_frag=config/mh-linux ;; | |
23 | *-ibm-aix*) host_makefile_frag=config/mh-aix ;; | |
24 | *-sun-solaris*) host_makefile_frag=config/mh-solaris ;; | |
25 | *-hp-hpux) host_makefile_frag=config/mh-hpux ;; | |
26 | *-*sysv4*) host_makefile_frag=config/mh-sysv4 ;; | |
27 | *-*sysv*) host_makefile_frag=config/mh-sysv ;; | |
f4bda0ff SEF |
28 | esac |
29 | ||
0df06ca0 | 30 | # per-target: |
bc58b41d | 31 | |
e99a90a7 RP |
32 | bfd_target= |
33 | ||
cec673a2 DZ |
34 | case "${target}" in |
35 | a29k-amd-ebmon) bfd_target="ebmon29k" ;; | |
36 | a29k-amd-udi) bfd_target="udi29k" ;; | |
37 | a29k-amd-*) echo "bad target_os for amd" 1>&2 | |
38 | exit 1 | |
39 | ;; | |
44e4e473 SC |
40 | esac |
41 | ||
dfa891fc DZ |
42 | # remove various programs from consideration, if this is a cross-compiler |
43 | # (host != target) build, AND if the host is one that has a | |
44 | # "native" environment that we support | |
43557c0a DZ |
45 | |
46 | if [ x"${host}" = x"${target}" ] ; then | |
dfa891fc | 47 | configdirs=`echo ${configdirs} | sed -e 's/newlib//'` |
43557c0a DZ |
48 | else |
49 | true | |
50 | fi | |
51 | ||
dfa891fc DZ |
52 | # remove various programs from consideration, based on the host or |
53 | # target this usually means that a port of the program doesn't | |
54 | # exist yet. | |
55 | ||
378fd382 DZ |
56 | #case "${host}" in |
57 | # hppa*-*-*) | |
58 | # configdirs=`echo ${configdirs} | sed -e 's/emacs//'` | |
59 | # ;; | |
60 | #esac | |
dfa891fc | 61 | |
43557c0a | 62 | case "${target}" in |
15ae586e DZ |
63 | mips-*-*) |
64 | configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` | |
65 | ;; | |
66 | rs6000-*-*) | |
378fd382 | 67 | configdirs=`echo ${configdirs} | sed -e 's/gas//;s/binutils//;s/ld//'` |
15ae586e DZ |
68 | ;; |
69 | hppa*-*-*) | |
70 | configdirs=`echo ${configdirs} | sed -e 's/gas//;s/bfd//;s/gdb//;s/binutils//;s/gdbtest//;s/ld//;s/libg++//'` | |
71 | ;; | |
72 | *-*-solaris2) | |
73 | configdirs=`echo ${configdirs} | sed -e 's/gas//'` | |
74 | ;; | |
05cd8d98 HS |
75 | esac |
76 | ||
43557c0a | 77 | |
bcdbe02f | 78 | target_makefile_frag=config/mt-${bfd_target} |
0e302572 | 79 | |
bc58b41d RP |
80 | # |
81 | # Local Variables: | |
82 | # fill-column: 131 | |
83 | # End: | |
84 | # | |
9d3f69fb | 85 |