aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-10-18 17:31:26 +0000
committerJeff Law <law@redhat.com>1995-10-18 17:31:26 +0000
commitc4ef6e7609e73ef4f69230d3b514a098196c54f3 (patch)
tree0fa323df6b8f928c4cda1c323df9d6406da2a7a9 /gdb
parent0f6c885ef01e701e381be3e4b4d8489a44ab635e (diff)
downloadgdb-c4ef6e7609e73ef4f69230d3b514a098196c54f3.zip
gdb-c4ef6e7609e73ef4f69230d3b514a098196c54f3.tar.gz
gdb-c4ef6e7609e73ef4f69230d3b514a098196c54f3.tar.bz2
* gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
makefile fragment. * config/mt-hpux: Deleted. Because we longer need to statically link nodebug for hpux.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/config/.Sanitize1
-rw-r--r--gdb/testsuite/config/mt-hpux4
-rw-r--r--gdb/testsuite/gdb.base/configure.in1
3 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/config/.Sanitize b/gdb/testsuite/config/.Sanitize
index 7c7abc5..56f397b 100644
--- a/gdb/testsuite/config/.Sanitize
+++ b/gdb/testsuite/config/.Sanitize
@@ -30,7 +30,6 @@ hppro.exp
mips-gdb.exp
monitor.exp
mt-a29k-udi
-mt-hpux
mt-i386-aout
mt-i960-nindy
mt-lynx
diff --git a/gdb/testsuite/config/mt-hpux b/gdb/testsuite/config/mt-hpux
deleted file mode 100644
index a6960a2e..0000000
--- a/gdb/testsuite/config/mt-hpux
+++ /dev/null
@@ -1,4 +0,0 @@
-# Force static linking for nodebug case.
-
-NODEBUG_FLAGS = -Wl,-a,archive
-
diff --git a/gdb/testsuite/gdb.base/configure.in b/gdb/testsuite/gdb.base/configure.in
index fed5736..368e1e0 100644
--- a/gdb/testsuite/gdb.base/configure.in
+++ b/gdb/testsuite/gdb.base/configure.in
@@ -16,7 +16,6 @@ target_makefile_frag=../config/mt-unix
# this section is for all targets
case "${target}" in
- hppa*-*-hpux*) target_makefile_frag=../config/mt-hpux ;;
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 ;;