* gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
[deliverable/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="weird.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 alpha-*-*) if [ x${with_gnu_as} = xyes ]; then
19 target_makefile_frag=aout.mt
20 else
21 target_makefile_frag=alpha.mt
22 fi
23 ;;
24
25 hppa*-*-*) target_makefile_frag=hppa.mt ;;
26
27 mips-*-bsd*) target_makefile_frag=aout.mt ;;
28 mips-*-*) if [ x${with_gnu_as} = xyes ]; then
29 target_makefile_frag=aout.mt
30 else
31 target_makefile_frag=ecoff.mt
32 fi
33 ;;
34
35 *-*-*) target_makefile_frag=aout.mt ;;
36
37 esac
This page took 0.029529 seconds and 4 git commands to generate.