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 8b0b3126db6e800a04c48237f7c9de6e16a1a186..01763b1a30d1fc3696a4051373d09a321c021e6c 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