diff options
Diffstat (limited to 'gdb/testsuite/gdb.disasm/configure.in')
-rw-r--r-- | gdb/testsuite/gdb.disasm/configure.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.disasm/configure.in b/gdb/testsuite/gdb.disasm/configure.in new file mode 100644 index 0000000..76e6618 --- /dev/null +++ b/gdb/testsuite/gdb.disasm/configure.in @@ -0,0 +1,17 @@ +# 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 |