From: Jeff Law Date: Sun, 30 Jan 1994 07:32:26 +0000 (+0000) Subject: * configure.in (hppa*-*-*): Also configure and build stabs-only X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d251816703c2a09497ad4d1112bfc8c9049e792;p=binutils-gdb.git * configure.in (hppa*-*-*): Also configure and build stabs-only tests. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 91be5cd4828..7ede820f194 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * configure.in (hppa*-*-*): Also configure and build stabs-only + tests. + Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * gdb.t10/hppa.mt: A makefile fragment for the PA. diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 8dc0e786cda..ab08d3a8d32 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -60,6 +60,7 @@ rs6000-*-aix*) configdirs="${configdirs} ${stabsdirs}" ;; *-*-linux*) configdirs="${configdirs} ${stabsdirs}" ;; *-*-lynxos*) configdirs="${configdirs} ${stabsdirs}" ;; *-sun-*) configdirs="${configdirs} ${stabsdirs}" ;; +hppa*-*-*) configdirs="${configdirs} ${stabsdirs}" ;; *) if [ x${with_stabs} = xyes ]; then configdirs="${configdirs} ${stabsdirs}"