* 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.
This commit is contained in:
Jeff Law 1995-10-18 17:31:26 +00:00
parent 0f6c885ef0
commit c4ef6e7609
3 changed files with 0 additions and 6 deletions

View 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

View file

@ -1,4 +0,0 @@
# Force static linking for nodebug case.
NODEBUG_FLAGS = -Wl,-a,archive

View 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 ;;