X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=makefile;h=8b46eed9cd6273ac53d3533d1ad275dfe0c5fbad;hp=e817900a498eacfda3d2dcea50a5500b60f85870;hb=75969398d9b8a9f82ea76fc4e4cbfb97b11160a4;hpb=d7d2c7f14734504d68d67ee5d46ecd3472c0922e diff --git a/makefile b/makefile index e817900..8b46eed 100644 --- a/makefile +++ b/makefile @@ -9,11 +9,11 @@ rm = /bin/rm -f CC = $(CROSS)gcc HOSTCC = gcc -CFLAGS = -g -D__GCCUNIX__ -I. +CFLAGS = -g -D__GCCUNIX__ -I. -O2 -SRCS = amode.c debug.c direct.c eagen.c error.c expr.c listing.c mach.c macro.c mark.c object.c procln.c risca.c rmac.c sect.c symbol.c token.c +SRCS = amode.c debug.c direct.c eagen.c error.c expr.c listing.c mach.c macro.c mark.c object.c procln.c riscasm.c rmac.c sect.c symbol.c token.c -OBJS = amode.o debug.o direct.o eagen.o error.o expr.o listing.o mach.o macro.o mark.o object.o procln.o risca.o rmac.o sect.o symbol.o token.o +OBJS = amode.o debug.o direct.o eagen.o error.o expr.o listing.o mach.o macro.o mark.o object.o procln.o riscasm.o rmac.o sect.o symbol.o token.o # # Build everything