* gdb.stabs/wierd.exp: Deal with it if echo of "file" command
[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 mips-*-bsd*) target_makefile_frag=aout.mt ;;
19 mips-*-*) if [ x${with_gnu_as} = xyes ]; then
20 target_makefile_frag=aout.mt
21 else
22 target_makefile_frag=ecoff.mt
23 fi
24 ;;
25
26 *-*-*) target_makefile_frag=aout.mt ;;
27
28 esac