From d8ee244c992db6eac3be230e8e581f2ba0496e4d Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 18 Aug 2002 16:32:14 +0000 Subject: * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and i[3456]-*-osf1mk* configurations have been made obsolete. * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and i[3456]86-*-osf1mk* hosts obsolete. * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk* targets obsolete. * config/i386/i386mach.mh, config/i386/nm-i386mach.h, config/i386/xm-i386mach.h, config/i386/i386m3.mh, config/i386/i386m3.mt, config/i386/nm-m3.h, config/i386/tm-i386m3.h, config/i386/xm-i386m3.h, config/i386/i386mk.mh, config/i386/i386mk.mt, config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files obsolete. * i386mach-nat.c, i386m3-nat.c: Make files obsolete. * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c (i386mach-nat.o, i386m3-nat.o):Make targets obsolete. --- gdb/configure.host | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/configure.host') diff --git a/gdb/configure.host b/gdb/configure.host index 62a6953..bbf9c1d 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -65,11 +65,11 @@ i[3456]86-*-go32*) gdb_host=go32 ;; i[3456]86-*-msdosdjgpp*) gdb_host=go32 ;; i[3456]86-*-linux*) gdb_host=linux ;; i[3456]86-*-lynxos*) gdb_host=i386lynx ;; -i[3456]86-*-mach3*) gdb_host=i386m3 ;; -i[3456]86-*-mach*) gdb_host=i386mach ;; +# OBSOLETE i[3456]86-*-mach3*) gdb_host=i386m3 ;; +# OBSOLETE i[3456]86-*-mach*) gdb_host=i386mach ;; i[3456]86-*-gnu*) gdb_host=i386gnu ;; i[3456]86-*-openbsd*) gdb_host=obsd ;; -i[3456]86-*-osf1mk*) gdb_host=i386mk ;; +# OBSOLETE i[3456]86-*-osf1mk*) gdb_host=i386mk ;; i[3456]86-*-sco3.2v5*) gdb_host=i386sco5 ;; i[3456]86-*-sco3.2v4*) gdb_host=i386sco4 ;; i[3456]86-*-sco*) gdb_host=i386sco ;; -- cgit v1.1