From 20916967e7efc49716e17725d157693f254eface Mon Sep 17 00:00:00 2001 From: klaar36 Date: Wed, 13 Apr 2016 18:46:11 +0200 Subject: changed to -std=gnu99 compilation --- src/Make.config | 2 +- src/examples/libc.a | Bin 77646 -> 0 bytes 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 src/examples/libc.a (limited to 'src') diff --git a/src/Make.config b/src/Make.config index 0bd073f..b73cb46 100644 --- a/src/Make.config +++ b/src/Make.config @@ -46,7 +46,7 @@ endif DEFINES = WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers # klaar36@ida 2015-03: -fno-omit-frame-pointer to get working backtrace -CFLAGS = -g -msoft-float -fno-omit-frame-pointer -O $(CFLAG_STACK_PROTECTOR) +CFLAGS = -std=gnu99 -g -msoft-float -fno-omit-frame-pointer -O $(CFLAG_STACK_PROTECTOR) CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib ASFLAGS = -Wa,--gstabs LDFLAGS = diff --git a/src/examples/libc.a b/src/examples/libc.a deleted file mode 100644 index ce42863..0000000 Binary files a/src/examples/libc.a and /dev/null differ -- cgit v1.2.1