mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-11 13:43:40 +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:
21
config.guess
vendored
21
config.guess
vendored
@ -1379,27 +1379,6 @@ cat >$dummy.c <<EOF
|
||||
#endif
|
||||
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);
|
||||
}
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user