diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-06-08 01:57:13 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-06-08 01:57:13 +0000 |
commit | c8214de15990357e32fb3c27e0bec826b7a64533 (patch) | |
tree | 47b22d55acf77c34f4be608db594f535c260c246 /gcc/config.guess | |
parent | ca7e521fc5c16116f8e90eb902c490e36ae5feea (diff) | |
download | gcc-c8214de15990357e32fb3c27e0bec826b7a64533.tar.gz |
(*:Linux:*:*): Always use ${VENDOR}.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14169 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-x | gcc/config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index 4d39b91228a..11ad2122965 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -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; } |