* config.guess (<arch>-next-nextstep): Remove from the C program.

(<arch>-next-openstep): Likewise.
This commit is contained in:
Ben Elliston 2014-01-25 10:45:02 +11:00
parent 7503e32e81
commit 62de502a5c
2 changed files with 1 additions and 13 deletions

View File

@ -12,6 +12,7 @@
(ns32k-encore-sysv): Likewise. (ns32k-encore-sysv): Likewise.
(ns32k-encore-mach): Likewise. (ns32k-encore-mach): Likewise.
(ns32k-encore-bsd): Likewise. (ns32k-encore-bsd): Likewise.
(<arch>-next-nextstep, <arch>-next-openstep): Likewise.
2014-01-25 Ben Elliston <bje@gnu.org> 2014-01-25 Ben Elliston <bje@gnu.org>

13
config.guess vendored
View File

@ -1379,19 +1379,6 @@ cat >$dummy.c <<EOF
#endif #endif
main () main ()
{ {
#if defined (NeXT)
#if !defined (__ARCHITECTURE__)
#define __ARCHITECTURE__ "m68k"
#endif
int version;
version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
if (version < 4)
printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
else
printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
exit (0);
#endif
#if defined (vax) #if defined (vax)
# if !defined (ultrix) # if !defined (ultrix)
# include <sys/param.h> # include <sys/param.h>