summaryrefslogtreecommitdiff
path: root/Makefile-riscos
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile-riscos')
-rw-r--r--Makefile-riscos4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile-riscos b/Makefile-riscos
index dbbe809..dff3dd3 100644
--- a/Makefile-riscos
+++ b/Makefile-riscos
@@ -23,12 +23,12 @@ GENHTML := echo
WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wnested-externs -Werror -pedantic
-override CFLAGS += -std=c99 -D_BSD_SOURCE -I$(TOP)/include/ $(WARNFLAGS) \
+CFLAGS = -std=c99 -D_BSD_SOURCE -I$(TOP)/include/ $(WARNFLAGS) \
-mpoke-function-name
RELEASECFLAGS = $(CFLAGS) -DNDEBUG -O2
DEBUGCFLAGS = $(CFLAGS) -O0 -g
ARFLAGS := -cru
-override LDFLAGS = -L$(TOP)/
+LDFLAGS = -L$(TOP)/
CPFLAGS :=
RMFLAGS := -f