1994-06-07 01:57:15 +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="Makefile.in"
|
|
|
|
srcname="gdb.base"
|
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
|
|
|
# per-target:
|
|
|
|
|
|
|
|
# everything defaults to unix for a target
|
|
|
|
target_abbrev=unix
|
1994-07-28 20:38:45 +00:00
|
|
|
target_makefile_frag=../config/mt-unix
|
1994-06-07 01:57:15 +00:00
|
|
|
|
|
|
|
# this section is for all targets
|
|
|
|
case "${target}" in
|
1995-02-15 22:28:51 +00:00
|
|
|
i[345]86-*-aout) target_makefile_frag=../config/mt-i386-aout ;;
|
|
|
|
*-*-lynx) target_makefile_frag=../config/mt-lynx ;;
|
|
|
|
*-*-netware*) target_makefile_frag=../config/mt-netware ;;
|
|
|
|
*-*-vxworks*) target_makefile_frag=../config/mt-vxworks ;;
|
|
|
|
m68k-*-*) target_makefile_frag=../config/mt-m68k ;;
|
|
|
|
i960-*-nindy) target_makefile_frag=../config/mt-i960-nindy ;;
|
|
|
|
a29k-*-udi) target_makefile_frag=../config/mt-a29k-udi ;;
|
|
|
|
sparclite-*-*) target_makefile_frag=../config/mt-slite ;;
|
|
|
|
sparc-*-aout) target_makefile_frag=../config/mt-sparc-aout ;;
|
|
|
|
mips-*-ecoff) target_makefile_frag=../config/mt-mips-ecoff ;;
|
1994-06-07 01:57:15 +00:00
|
|
|
esac
|
|
|
|
|
|
|
|
# post-target:
|