From 46ce3de0a9d6e00dec9164f03092ce9793bc5055 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Wed, 16 Aug 1995 19:03:10 +0000 Subject: [PATCH] * configure.in: Only configure gdb.chill for particular targets. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/configure.in | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 56d2daaec4b..e817302a58c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 16 11:57:15 1995 Stan Shebs + + * configure.in: Only configure gdb.chill for particular targets. + Tue Aug 15 09:42:44 1995 Fred Fish * gdb.base/Makefile.in: Add action to .c.o transformation diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 61ec5981689..2ebb13b4ec1 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -50,10 +50,10 @@ case "${target}" in ;; esac -# Chill currently doesn't link cross targets, so only config and test natives -if [ "${host}" = "${target}" ] ; then - configdirs="${configdirs} gdb.chill" -fi +# Only test Chill debugging for particular targets. +case "${target}" in + sparc-*-sunos4*) configdirs="${configdirs} gdb.chill" ;; +esac # link in the lib directory if needed #if [ ! -d lib ] ; then -- 2.30.2