]>
Commit | Line | Data |
---|---|---|
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 | ||
6 | configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib ${clib} gdb emacs make grep diff rcs gdbm cvs prms" | |
7 | srctrigger=README.configure | |
8 | srcname="gnu development package" | |
9 | ||
10 | # per-host: | |
11 | ||
12 | # XXX - FIXME there needs to be a case for hmake-dgux | |
13 | ||
14 | case "${host_os}" in | |
15 | sysv* | irix*) host_makefile_frag=config/hmake-sysv ;; | |
16 | svr4) host_makefile_frag=config/hmake-svr4 ;; | |
17 | esac | |
18 | ||
19 | # per-target: | |
20 | ||
21 | # XXX - FIXME there needs to be a case for tmake-a29k | |
22 | ||
23 | # | |
24 | # Local Variables: | |
25 | # fill-column: 131 | |
26 | # End: | |
27 | # |