From edec3fa8120b2ba20ae0a709058b2d97d00eb2d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Thu, 19 Apr 2012 04:33:43 +0200 Subject: [PATCH] r300g/automake: add $ARCH_FLAGS and $OPT_FLAGS Reviewed-by: Tom Stellard --- src/gallium/drivers/r300/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am index af352aa23e4..11f0d18b91f 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 = \ -- 2.30.2