New directory
[binutils-gdb.git] / gdb / testsuite / gdb.stabs / 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="wierd.exp"
7 srcname="gdb.stabs"
8
9 # per-host:
10
11 # per-target:
12
13 case "${target}" in
14
15 # Do any other machines use .stabx? What about i386-*-aix*?
16 rs6000-*-aix*) target_makefile_frag=xcoff.mt ;;
17
18 *-*-*) target_makefile_frag=aout.mt ;;
19
20 esac