* gdb.base/help.exp: Replace most of docstrings for "info signals"
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / 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="gdb.base"
8
9 # per-host:
10
11 # per-target:
12
13 # everything defaults to unix for a target
14 target_abbrev=unix
15 target_makefile_frag=../config/mt-unix
16
17 # this section is for all targets
18 case "${target}" in
19 hppa*-*-hpux*) target_makefile_frag=../config/mt-hpux ;;
20 i[345]86-*-aout) target_makefile_frag=../config/mt-i386-aout ;;
21 i[345]86-*-netware) target_makefile_frag=../config/mt-i386-netware ;;
22 *-*-lynx) target_makefile_frag=../config/mt-lynx ;;
23 *-*-vxworks) target_makefile_frag=../config/mt-vxworks ;;
24 m68k-*-*) target_makefile_frag=../config/mt-m68k ;;
25 i960-*-nindy) target_makefile_frag=../config/mt-i960-nindy ;;
26 a29k-*-udi) target_makefile_frag=../config/mt-a29k-udi ;;
27 sparclite-*-*) target_makefile_frag=../config/mt-slite ;;
28 sparc-*-aout) target_makefile_frag=../config/mt-sparc-aout ;;
29 mips-*-ecoff) target_makefile_frag=../config/mt-mips-ecoff ;;
30 esac
31
32 # post-target:
This page took 0.030562 seconds and 4 git commands to generate.