mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
478826389e
* configure.in (configdirs): Add gdb.disasm * gdb.disasm: New directory for GDB disassembler tests. * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
18 lines
389 B
Plaintext
18 lines
389 B
Plaintext
# 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 ;;
|
|
|
|
esac
|