configs: remove -ansi from linux-debug
authorBrian Paul <brianp@vmware.com>
Fri, 15 Jan 2010 16:02:52 +0000 (09:02 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 15 Jan 2010 16:02:56 +0000 (09:02 -0700)
-ansi implies -std=c89 but that conflicts with the -std=c99 flag
which is also provided.

Allows the r300g driver to compile.

configs/linux-debug

index 8b0b312..01763b1 100644 (file)
@@ -5,5 +5,5 @@ include $(TOP)/configs/linux
 CONFIG_NAME = linux-debug
 
 OPT_FLAGS = -g
-CFLAGS += -ansi -pedantic
+CFLAGS += -pedantic
 DEFINES += -DDEBUG -DDEBUG_MATH