Mesa (master): egl: add comment/reminder to fix the CFLAGS in this Makefile

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 25 14:58:50 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Feb 25 07:58:17 2009 -0700

egl: add comment/reminder to fix the CFLAGS in this Makefile

---

 src/gallium/state_trackers/egl/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefile
index d266ae2..537ca19 100644
--- a/src/gallium/state_trackers/egl/Makefile
+++ b/src/gallium/state_trackers/egl/Makefile
@@ -6,6 +6,8 @@ TOP        = ../../../..
 
 include ${TOP}/configs/current
 
+# XXX: We shouldn't be specifying special compiler flags here.
+# Flags should come from the configuration file instead.
 CFLAGS:= -g -Wall -Werror-implicit-function-declaration -fPIC \
           -I${GALLIUMDIR}/include \
           -I${GALLIUMDIR}/auxiliary \




More information about the mesa-commit mailing list