]>
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 | ||
cedb0c45 | 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 tcl expect tk deja-gnu z8ksim" |
378fd382 | 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 ;; | |
6845e2da | 23 | i[34]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;; |
cec673a2 DZ |
24 | *-ibm-aix*) host_makefile_frag=config/mh-aix ;; |
25 | *-sun-solaris*) host_makefile_frag=config/mh-solaris ;; | |
26 | *-hp-hpux) host_makefile_frag=config/mh-hpux ;; | |
27 | *-*sysv4*) host_makefile_frag=config/mh-sysv4 ;; | |
28 | *-*sysv*) host_makefile_frag=config/mh-sysv ;; | |
f4bda0ff SEF |
29 | esac |
30 | ||
0df06ca0 | 31 | # per-target: |
bc58b41d | 32 | |
e99a90a7 RP |
33 | bfd_target= |
34 | ||
cec673a2 DZ |
35 | case "${target}" in |
36 | a29k-amd-ebmon) bfd_target="ebmon29k" ;; | |
37 | a29k-amd-udi) bfd_target="udi29k" ;; | |
38 | a29k-amd-*) echo "bad target_os for amd" 1>&2 | |
39 | exit 1 | |
40 | ;; | |
44e4e473 SC |
41 | esac |
42 | ||
c014d597 DZ |
43 | |
44 | # remove various programs from consideration. some of these are not | |
45 | # reasonable to build for a native compilation (eg newlib). some of these | |
46 | # aren't built for each cross compiler toolchain (eg emacs). | |
43557c0a DZ |
47 | |
48 | if [ x"${host}" = x"${target}" ] ; then | |
c014d597 DZ |
49 | # remove from native toolchains |
50 | configdirs=`echo ${configdirs} | sed -e 's/newlib//'` | |
43557c0a | 51 | else |
c014d597 DZ |
52 | # remove from cross compilers in general |
53 | configdirs=`echo ${configdirs} | sed -e 's/emacs//;s/ispell//;s/rcs//;s/cvs//'` | |
43557c0a DZ |
54 | fi |
55 | ||
c014d597 | 56 | # remove more programs from consideration, based on the host or |
dfa891fc DZ |
57 | # target this usually means that a port of the program doesn't |
58 | # exist yet. | |
59 | ||
378fd382 DZ |
60 | #case "${host}" in |
61 | # hppa*-*-*) | |
62 | # configdirs=`echo ${configdirs} | sed -e 's/emacs//'` | |
63 | # ;; | |
64 | #esac | |
dfa891fc | 65 | |
43557c0a | 66 | case "${target}" in |
15ae586e DZ |
67 | mips-*-*) |
68 | configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` | |
69 | ;; | |
70 | rs6000-*-*) | |
c014d597 | 71 | configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` |
15ae586e DZ |
72 | ;; |
73 | hppa*-*-*) | |
4d1e5a4e | 74 | configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/bfd//;s/gdb//'` |
15ae586e DZ |
75 | ;; |
76 | *-*-solaris2) | |
c014d597 | 77 | configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` |
15ae586e | 78 | ;; |
05cd8d98 HS |
79 | esac |
80 | ||
43557c0a | 81 | |
bcdbe02f | 82 | target_makefile_frag=config/mt-${bfd_target} |
0e302572 | 83 | |
bc58b41d RP |
84 | # |
85 | # Local Variables: | |
86 | # fill-column: 131 | |
87 | # End: | |
88 | # | |
9d3f69fb | 89 |