# These flags affect the loader that is prepended to the NILO image
RCONFIG+=	-DMOVEROM

# you should normally not need to change these

CC=		gcc
LD=		ld
OBJDUMP=	@true
SIZE=		size
#CFLAGS+=	-g
CFLAGS+=	-Wall -Wno-format -Wno-unused -DDEBUG -DEL3_DEBUG=5
#CFLAGS+=	-fstrength-reduce -fomit-frame-pointer -m386
ASFLAGS=
LDFLAGS+=	-N -Ttext $(RELOCADDR) -e _start -nostdlib
LIBS=
OBJCOPY=	objcopy -O binary -R .comment -R .note
