Commit 6c48ca54 by Richard Stallman

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

From-SVN: r14169
parent 28174a14
...@@ -497,7 +497,7 @@ main(argc, argv) ...@@ -497,7 +497,7 @@ main(argc, argv)
printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]);
# endif # endif
#else #else
printf ("%s-pc-linux-gnuaout\n", argv[1]); printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]);
#endif #endif
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment