X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=makefile;h=8eef37062297f6be65a12b0155d7e0ade3b5e80e;hp=cd52ffe9bc983b00ec0018d1be59cb0a7567b3ae;hb=60f204cb9e3905100da0d89f14bb40db764acd9e;hpb=1feb728a9eb579b6441daf0124d81483f600365c diff --git a/makefile b/makefile index cd52ffe..8eef370 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,7 @@ rm = /bin/rm -f CC = $(CROSS)gcc HOSTCC = gcc -CFLAGS = -std=c99 -g -D__GCCUNIX__ -I. -O2 +CFLAGS = -std=c99 -D_DEFAULT_SOURCE -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 riscasm.c rmac.c sect.c symbol.c token.c