projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f54207
)
r600g/automake: add $ARCH_FLAGS and $OPT_FLAGS
author
Marek Olšák
<maraeo@gmail.com>
Thu, 19 Apr 2012 02:33:43 +0000
(
04:33
+0200)
committer
Marek Olšák
<maraeo@gmail.com>
Mon, 23 Apr 2012 20:58:02 +0000
(22:58 +0200)
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
src/gallium/drivers/r600/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/Makefile.am
b/src/gallium/drivers/r600/Makefile.am
index a567f07ac8dffb3a94688d3f39f2841636d82730..3089a829e533f11622f8d42123d5e353b892b8a4 100644
(file)
--- 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)