Wed Jul 13 18:01:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
[deliverable/binutils-gdb.git] / binutils / testsuite / configure.in
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 srctrigger="Makefile.in"
7 srcname="DejaGnu"
8
9 configdirs="binutils.all"
10
11 # per-host:
12
13 # per-target:
14
15 # this section is for all targets
16 case "${target}" in
17 i386-*-aout) target_makefile_frag=config/mt-i386-aout ;;
18 *-*-lynx*) target_makefile_frag=config/mt-lynx ;;
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 ;;
23 sparclite*-*-*) target_makefile_frag=config/mt-slite ;;
24 sparc-*-aout) target_makefile_frag=config/mt-sparc-aout ;;
25 mips-*-ecoff) target_makefile_frag=config/mt-mips-ecoff ;;
26 esac
27
28 # post-target:
29
30 # make local configuration file, using MAKE if one is specified.
This page took 0.03991 seconds and 4 git commands to generate.