1994-06-07 09:57:15 +08: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
|
|
|
|
target_makefile_frag=config/mt-unix
|
|
|
|
|
|
|
|
# this section is for all targets
|
|
|
|
case "${target}" in
|
Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
* Makefile.in (site.exp): Don't insert host_os, etc.
(just-check): Just use RUNTEST with RUNTESTFLAGS only.
(distclean): Check existence of subdir.
* gdb.base/configure.in (hppa*-*-hpux*): Recognize.
* gdb.base/Makefile.in: General cleanup and simplification.
Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
to build executables. Use default rule to build .o files.
(EXPECT, RUNTEST, CC): Fix relative pathname.
(site.exp): Don't insert host_os, etc.
* gdb.base/signals.c (main): Don't call signal unless SIGALRM
and/or SIGUSR1 defined.
* gdb.base/watchpoint.c: Don't include stdio.h a second time.
* gdb.c++/Makefile.in: General cleanup and simplification.
Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
(CFLAGS): Remove.
(EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
1994-06-16 03:31:19 +08:00
|
|
|
hppa*-*-hpux*) target_makefile_frag=config/mt-hpux ;;
|
1994-06-07 09:57:15 +08:00
|
|
|
i386-*-aout) target_makefile_frag=config/mt-i386-aout ;;
|
|
|
|
*-*-lynx) target_makefile_frag=config/mt-lynx ;;
|
|
|
|
*-*-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 ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
# post-target:
|