Module: Mesa
Branch: master
Commit: 5d57e70ffae96105a36b5edfd29c72c4b6bdd8c3
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d57e70ffae96105a36b5edfd29c72c4b6bdd8c3

Author: Brian Paul <[email protected]>
Date:   Fri Jan 15 09:02:52 2010 -0700

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.

---

 configs/linux-debug |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configs/linux-debug b/configs/linux-debug
index 8b0b312..01763b1 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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to