* gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
authorJeff Law <law@redhat.com>
Wed, 18 Oct 1995 17:31:26 +0000 (17:31 +0000)
committerJeff Law <law@redhat.com>
Wed, 18 Oct 1995 17:31:26 +0000 (17:31 +0000)
        makefile fragment.
        * config/mt-hpux: Deleted.

Because we longer need to statically link nodebug for hpux.

gdb/testsuite/config/.Sanitize
gdb/testsuite/config/mt-hpux [deleted file]
gdb/testsuite/gdb.base/configure.in

index 7c7abc50a567bdf297cceda9a583a9f084f7095f..56f397bf55f5aa2b92bfe677c92da2f3f9aaf800 100644 (file)
@@ -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 (file)
index a6960a2..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# Force static linking for nodebug case.
-
-NODEBUG_FLAGS = -Wl,-a,archive
-
index fed57366139bceb71f0768edf15ce7fe88610b27..368e1e096d6585e4ad91231c2f050a68d9731ae9 100644 (file)
@@ -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 ;;