From: Marek Olšák Date: Thu, 19 Apr 2012 02:33:43 +0000 (+0200) Subject: r600g/automake: add $ARCH_FLAGS and $OPT_FLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f940c0a3d976ed1315b3d589d1c4d8d03c631ba0;p=mesa.git r600g/automake: add $ARCH_FLAGS and $OPT_FLAGS Reviewed-by: Tom Stellard --- diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am index a567f07ac8d..3089a829e53 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)