Mesa (master): r300g/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: edec3fa8120b2ba20ae0a709058b2d97d00eb2d3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=edec3fa8120b2ba20ae0a709058b2d97d00eb2d3

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

r300g/automake: add $ARCH_FLAGS and $OPT_FLAGS

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

---

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

diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am
index af352aa..11f0d18 100644
--- a/src/gallium/drivers/r300/Makefile.am
+++ b/src/gallium/drivers/r300/Makefile.am
@@ -16,7 +16,9 @@ AM_CFLAGS = \
 	$(LLVM_CFLAGS) \
 	$(RADEON_CFLAGS) \
 	$(DEFINES) \
+	$(ARCH_FLAGS) \
 	$(ASM_FLAGS) \
+	$(OPT_FLAGS) \
 	$(PIC_FLAGS)
 
 libr300_a_SOURCES = \




More information about the mesa-commit mailing list