projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1767bf
)
configs: remove -ansi from linux-debug
author
Brian Paul
<brianp@vmware.com>
Fri, 15 Jan 2010 16:02:52 +0000
(09:02 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/configs/linux-debug
b/configs/linux-debug
index 8b0b3126db6e800a04c48237f7c9de6e16a1a186..01763b1a30d1fc3696a4051373d09a321c021e6c 100644
(file)
--- 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