* config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / configure.in
CommitLineData
f27ffb51
JL
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
6srctrigger="Makefile.in"
7srcname="gdb.threads"
8
9# per-host:
10
11# per-target:
12
13 # everything defaults to unix for a target
14target_abbrev=unix
15target_makefile_frag=../config/mt-unix
16
17 # this section is for all targets
18case "${target}" in
19 hppa*-*-hpux*) target_makefile_frag=../config/mt-hpux ;;
20 i[345]86-*-aout) target_makefile_frag=../config/mt-i386-aout ;;
21 *-*-lynx*) target_makefile_frag=../config/mt-lynx ;;
22 *-*-netware*) target_makefile_frag=../config/mt-netware ;;
23 *-*-vxworks*) target_makefile_frag=../config/mt-vxworks ;;
24 m68k-*-*) target_makefile_frag=../config/mt-m68k ;;
25 i960-*-nindy) target_makefile_frag=../config/mt-i960-nindy ;;
26 a29k-*-udi) target_makefile_frag=../config/mt-a29k-udi ;;
27 sparclite-*-*) target_makefile_frag=../config/mt-slite ;;
28 sparc-*-aout) target_makefile_frag=../config/mt-sparc-aout ;;
29 mips-*-ecoff) target_makefile_frag=../config/mt-mips-ecoff ;;
30esac
31
32# post-target:
This page took 0.071952 seconds and 4 git commands to generate.