From 054810ec0e02d7d15bf96945e2ea46d2e4147aa5 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Wed, 19 May 1999 12:27:33 +0000 Subject: For Solaris with old gcc versions (that don't understand -mcpu=ultrasparc), don't silently step to solaris-sparc-gcc, which would unnecessarily use less efficient assembler code. Instead, use new configuration variant solaris-usparc-oldgcc; this also means that someone who reads the output of ./config will notice that it may be advantegeous to upgrade gcc. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config b/config index 428fe62cbe..fe8108d439 100755 --- a/config +++ b/config @@ -335,7 +335,7 @@ if [ "$OUT" = solaris-usparc-gcc ] then if [ `echo "$GCCVER" | sed 's/.*version //;s/\.//;s/\..*//'` -lt 28 ] then - OUT=solaris-sparc-gcc + OUT=solaris-usparc-oldgcc fi fi -- cgit v1.2.3