# For use with gcc; use "build <system> gcc"

CC		= gcc
CC_OPT		= -O2
CC_OPT_SAFE	= -O2
ASM_HACK	= < /dev/null
