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