98395eafc9
* gdb.disasm/sh3.exp: Run the sh3 disassembler tests. * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment. * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests. sh3e disassembler tests. Sanitized out for now.
20 lines
472 B
Text
20 lines
472 B
Text
# 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="configure.in"
|
|
srcname="gdb.disasm"
|
|
|
|
# per-host:
|
|
|
|
# per-target:
|
|
|
|
case "${target}" in
|
|
|
|
hppa*-*-*) target_makefile_frag=hppa.mt ;;
|
|
# start-sanitize-sh3e
|
|
sh*-*-*) target_makefile_frag=sh3.mt ;;
|
|
# end-sanitize-sh3e
|
|
|
|
esac
|