From 7e89af89925e09aee458b60105383514e17e20bd Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 28 Nov 2007 17:15:15 +0000 Subject: [PATCH] Removed -Werror -pedantic and -std=c99 because of problems with compiling under Linux --- cpu/native/Makefile.native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/native/Makefile.native b/cpu/native/Makefile.native index 025f22c98..2417ccba3 100644 --- a/cpu/native/Makefile.native +++ b/cpu/native/Makefile.native @@ -8,7 +8,7 @@ LD = gcc AS = as OBJCOPY = objcopy STRIP = strip -CFLAGSNO = -pedantic -std=c99 -Wall -Werror -g -I/usr/local/include +CFLAGSNO = -Wall -Werror -g -I/usr/local/include #-pedantic -std=c99 CFLAGS += $(CFLAGSNO) -O LDFLAGS = -Wl,-Map=contiki-$(TARGET).map,-export-dynamic