]>
Commit | Line | Data |
---|---|---|
0545aa1a MW |
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 | ||
4f79b3c5 | 6 | srctrigger="Makefile.in" |
0545aa1a MW |
7 | srcname="DejaGnu" |
8 | ||
e5707211 | 9 | configdirs="binutils.all" |
0545aa1a MW |
10 | |
11 | # per-host: | |
12 | ||
13 | # per-target: | |
14 | ||
0545aa1a MW |
15 | # this section is for all targets |
16 | case "${target}" in | |
caa0901f | 17 | i386-*-aout) target_makefile_frag=config/mt-i386-aout ;; |
2a38983c | 18 | *-*-lynx*) target_makefile_frag=config/mt-lynx ;; |
caa0901f RS |
19 | *-*-vxworks) target_makefile_frag=config/mt-vxworks ;; |
20 | m68k-*-*) target_makefile_frag=config/mt-m68k ;; | |
21 | i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;; | |
22 | a29k-*-udi) target_makefile_frag=config/mt-a29k-udi ;; | |
39a20ec6 | 23 | sparclite*-*-*) target_makefile_frag=config/mt-slite ;; |
caa0901f RS |
24 | sparc-*-aout) target_makefile_frag=config/mt-sparc-aout ;; |
25 | mips-*-ecoff) target_makefile_frag=config/mt-mips-ecoff ;; | |
0545aa1a MW |
26 | esac |
27 | ||
0545aa1a MW |
28 | # post-target: |
29 | ||
30 | # make local configuration file, using MAKE if one is specified. |