1993-10-14 21:03:36 +00:00
|
|
|
# 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 ;;
|
1995-08-07 08:48:22 +00:00
|
|
|
# start-sanitize-sh3e
|
|
|
|
sh*-*-*) target_makefile_frag=sh3.mt ;;
|
|
|
|
# end-sanitize-sh3e
|
1993-10-14 21:03:36 +00:00
|
|
|
|
|
|
|
esac
|