Mesa (master): r600g/automake: add $ARCH_FLAGS and $OPT_FLAGS

Marek Olšák mareko at kemper.freedesktop.org
Mon Apr 23 20:58:33 UTC 2012


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

Author: Marek Olšák <maraeo at gmail.com>
Date:   Thu Apr 19 04:33:43 2012 +0200

r600g/automake: add $ARCH_FLAGS and $OPT_FLAGS

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>

---

 src/gallium/drivers/r600/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am
index a567f07..3089a82 100644
--- a/src/gallium/drivers/r600/Makefile.am
+++ b/src/gallium/drivers/r600/Makefile.am
@@ -9,7 +9,9 @@ AM_CFLAGS = \
 	-I$(top_srcdir)/include \
 	$(RADEON_CFLAGS) \
 	$(DEFINES) \
+	$(ARCH_FLAGS) \
 	$(ASM_FLAGS) \
+	$(OPT_FLAGS) \
 	$(PIC_FLAGS) \
 	$(VISIBILITY_CFLAGS)
 




More information about the mesa-commit mailing list