From fafba296467b7398a97549a7d1f4dbf1552d6475 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 1 Aug 2017 01:32:37 +0200 Subject: filesystem structure intro and docs - new type pid_t and program management mechanism to make it easier to switch to a multitasking kernel - new memory related functions in memory.h to move, copy and manage pages - fix typos --- sw/z80/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/z80/makefile') diff --git a/sw/z80/makefile b/sw/z80/makefile index 2eb4713..5047824 100644 --- a/sw/z80/makefile +++ b/sw/z80/makefile @@ -23,6 +23,7 @@ CFLAGS := -mz80 \ -DDEBUG LDFLAGS := -mz80 --no-std-crt0 crt0.rel \ + --std-c89 -pedantic \ --code-loc 0x0800 --data-loc 0x8000 .PHONY: dirs dis clean -- cgit v1.2.1