aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/configure.in
blob: b2b729a8f514a1c110a0dd20e1485854e02f232f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This file is a shell script fragment that supplies the information
# necessary to tailor a template configure script into the configure
# script appropriate for this directory.  For more information, check
# any existing configure script.

srctrigger="Makefile.in"
srcname="gdb.base"

# per-host:

# per-target:

	# everything defaults to unix for a target
target_abbrev=unix
target_makefile_frag=../config/mt-unix

	# this section is for all targets
case "${target}" in
       hppa*-*-hpux*)  target_makefile_frag=../config/mt-hpux ;;
       i386-*-aout)    target_makefile_frag=../config/mt-i386-aout ;;
       i386-*-netware) target_makefile_frag=../config/mt-i386-netware ;;
       *-*-lynx)       target_makefile_frag=../config/mt-lynx ;;
       *-*-vxworks)    target_makefile_frag=../config/mt-vxworks ;;
       m68k-*-*)       target_makefile_frag=../config/mt-m68k ;;
       i960-*-nindy)   target_makefile_frag=../config/mt-i960-nindy ;;
       a29k-*-udi)     target_makefile_frag=../config/mt-a29k-udi ;;
       sparclite-*-*)  target_makefile_frag=../config/mt-slite ;;
       sparc-*-aout)   target_makefile_frag=../config/mt-sparc-aout ;;
       mips-*-ecoff)   target_makefile_frag=../config/mt-mips-ecoff ;;
esac

# post-target: