if test "$GCC" = yes; then
  CFLAGS=-O2
else
  CFLAGS=-O
  CC="$CC -b elf"
fi
