(*:Linux:*:*): Always use ${VENDOR}.

This commit is contained in:
Richard M. Stallman 1997-06-08 01:57:13 +00:00
parent 2a1e7fbe55
commit 39ba13b93e

2
config.guess vendored
View File

@ -497,7 +497,7 @@ main(argc, argv)
printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]);
# endif
#else
printf ("%s-pc-linux-gnuaout\n", argv[1]);
printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]);
#endif
return 0;
}