aboutsummaryrefslogtreecommitdiff
path: root/src/template/solaris
blob: 33d40cfb87cef3f670845f8535613a36540be69d (plain)
1
2
3
4
5
6
if test "$GCC" = yes ; then
  CFLAGS=
else
  CC="$CC -Xa"			# relaxed ISO C mode
  CFLAGS=-v			# -v is like gcc -Wall
fi