* gdb.disasm/sh3.s: Source for sh3 disassembler tests.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / 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="configure.in"
7 srcname="gdb.disasm"
8
9 # per-host:
10
11 # per-target:
12
13 case "${target}" in
14
15 hppa*-*-*) target_makefile_frag=hppa.mt ;;
16 # start-sanitize-sh3e
17 sh*-*-*) target_makefile_frag=sh3.mt ;;
18 # end-sanitize-sh3e
19
20 esac
This page took 0.031372 seconds and 5 git commands to generate.