aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 4d39b91228a..11ad2122965 100755
--- a/config.guess
+++ b/config.guess
@@ -497,7 +497,7 @@ main(argc, argv)
497 printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); 497 printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]);
498# endif 498# endif
499#else 499#else
500 printf ("%s-pc-linux-gnuaout\n", argv[1]); 500 printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]);
501#endif 501#endif
502 return 0; 502 return 0;
503} 503}