summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-15 09:02:52 -0700
committerBrian Paul <brianp@vmware.com>2010-01-15 09:02:56 -0700
commit5d57e70ffae96105a36b5edfd29c72c4b6bdd8c3 (patch)
treef90569f3a8a986426164afccddaa18d32ebc4b13 /configs
parentd1767bfdabac4fd1eedb1ad9ddea368e077725c6 (diff)
configs: remove -ansi from linux-debug
-ansi implies -std=c89 but that conflicts with the -std=c99 flag which is also provided. Allows the r300g driver to compile.
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-debug b/configs/linux-debug
index 8b0b3126db..01763b1a30 100644
--- a/configs/linux-debug
+++ b/configs/linux-debug
@@ -5,5 +5,5 @@ include $(TOP)/configs/linux
CONFIG_NAME = linux-debug
OPT_FLAGS = -g
-CFLAGS += -ansi -pedantic
+CFLAGS += -pedantic
DEFINES += -DDEBUG -DDEBUG_MATH