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:
parent
a89db7b95b
commit
9fabfb278f
4
Build.sh
4
Build.sh
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue