mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (vax-dec-bsd4.3): Remove from the C program.
(vax-dec-bsd4.3reno): Likewise. (vax-dec-bsd): Likewise. (vax-dec-ultrix): Likewise.
This commit is contained in:
parent
62de502a5c
commit
83dc3e68b2
@ -13,6 +13,10 @@
|
|||||||
(ns32k-encore-mach): Likewise.
|
(ns32k-encore-mach): Likewise.
|
||||||
(ns32k-encore-bsd): Likewise.
|
(ns32k-encore-bsd): Likewise.
|
||||||
(<arch>-next-nextstep, <arch>-next-openstep): Likewise.
|
(<arch>-next-nextstep, <arch>-next-openstep): Likewise.
|
||||||
|
(vax-dec-bsd4.3): Likewise.
|
||||||
|
(vax-dec-bsd4.3reno): Likewise.
|
||||||
|
(vax-dec-bsd): Likewise.
|
||||||
|
(vax-dec-ultrix): Likewise.
|
||||||
|
|
||||||
2014-01-25 Ben Elliston <bje@gnu.org>
|
2014-01-25 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
21
config.guess
vendored
21
config.guess
vendored
@ -1379,27 +1379,6 @@ cat >$dummy.c <<EOF
|
|||||||
#endif
|
#endif
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
#if defined (vax)
|
|
||||||
# if !defined (ultrix)
|
|
||||||
# include <sys/param.h>
|
|
||||||
# if defined (BSD)
|
|
||||||
# if BSD == 43
|
|
||||||
printf ("vax-dec-bsd4.3\n"); exit (0);
|
|
||||||
# else
|
|
||||||
# if BSD == 199006
|
|
||||||
printf ("vax-dec-bsd4.3reno\n"); exit (0);
|
|
||||||
# else
|
|
||||||
printf ("vax-dec-bsd\n"); exit (0);
|
|
||||||
# endif
|
|
||||||
# endif
|
|
||||||
# else
|
|
||||||
printf ("vax-dec-bsd\n"); exit (0);
|
|
||||||
# endif
|
|
||||||
# else
|
|
||||||
printf ("vax-dec-ultrix\n"); exit (0);
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user