SUNw,cc is one of the compilers whose version reporting works better when

compiling a demo programme at the same time
This commit is contained in:
tg 2008-06-21 19:38:41 +00:00
parent a89db7b95b
commit 9fabfb278f
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.326 2008/06/21 19:20:14 tg Exp $'
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.327 2008/06/21 19:38:41 tg Exp $'
#-
# Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NOPWNAM MKSH_NOVI
@ -559,7 +559,7 @@ sdcc)
EOF
;;
sunpro)
vv '|' "$CC -v"
vv '|' "$CC -V scn.c"
;;
tcc)
vv '|' "$CC -v"