* gdb.stabs/ecoff.mt: Remove STABSCC hack.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / configure.in
CommitLineData
1458f956
JK
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
8cced93d 6srctrigger="weird.exp"
1458f956
JK
7srcname="gdb.stabs"
8
9# per-host:
10
11# per-target:
12
13case "${target}" in
14
15# Do any other machines use .stabx? What about i386-*-aix*?
16rs6000-*-aix*) target_makefile_frag=xcoff.mt ;;
17
76b098d1 18mips-*-bsd*) target_makefile_frag=aout.mt ;;
9d77e877
PS
19mips-*-*) if [ x${with_gnu_as} = xyes ]; then
20 target_makefile_frag=aout.mt
21 else
22 target_makefile_frag=ecoff.mt
23 fi
24 ;;
76b098d1 25
1458f956
JK
26*-*-*) target_makefile_frag=aout.mt ;;
27
28esac
This page took 0.052408 seconds and 4 git commands to generate.