* lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
[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 i386-*-aout) target_makefile_frag=config/mt-i386-aout ;;
21 *-*-lynx) target_makefile_frag=config/mt-lynx ;;
22 *-*-vxworks) target_makefile_frag=config/mt-vxworks ;;
23 m68k-*-*) target_makefile_frag=config/mt-m68k ;;
24 i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;;
25 a29k-*-udi) target_makefile_frag=config/mt-a29k-udi ;;
26 sparclite-*-*) target_makefile_frag=config/mt-slite ;;
27 sparc-*-aout) target_makefile_frag=config/mt-sparc-aout ;;
28 mips-*-ecoff) target_makefile_frag=config/mt-mips-ecoff ;;
29 esac
30
31 # post-target:
This page took 0.031874 seconds and 4 git commands to generate.