summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2011-11-26 11:20:05 +0800
committerChia-I Wu <[email protected]>2011-11-26 11:42:08 +0800
commitd2cd621086fdf620a96d599bac0873ff58ddf137 (patch)
tree125fdc97a1ae29408d82936bd7356109545c350e /src/gallium/drivers/nvfx
parent4d3d6f76ff165ca92544432ca512c9652cab9110 (diff)
android: pass -std=c99 by default
Several modules expect a C99 compiler already. It is also the default for Makefile build.
Diffstat (limited to 'src/gallium/drivers/nvfx')
-rw-r--r--src/gallium/drivers/nvfx/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/Android.mk b/src/gallium/drivers/nvfx/Android.mk
index 6dee1116f9b..219b044d448 100644
--- a/src/gallium/drivers/nvfx/Android.mk
+++ b/src/gallium/drivers/nvfx/Android.mk
@@ -29,7 +29,6 @@ include $(LOCAL_PATH)/Makefile.sources
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(C_SOURCES)
-LOCAL_CFLAGS := -std=c99
LOCAL_C_INCLUDES := $(DRM_TOP)
LOCAL_MODULE := libmesa_pipe_nvfx