summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-07-26 09:32:56 -0700
committerEric Anholt <[email protected]>2012-07-26 17:30:06 -0700
commit87a1c4f233f597b8b366f7a2c0f1c5b7124d8d8e (patch)
tree7756a8736ae3d0ff0e7095a830399fc063ae1ba5 /src/gallium/drivers/r300/Makefile.am
parent4df2848786d4778a2ce7dbf2e046e191036ccb56 (diff)
automake: Remove ARCH_FLAGS.
In all current uses, it was appended to CFLAGS, which already had -m32. If you want to do some other flag supplied to compiler invocations, there's CFLAGS/CXXFLAGS. Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/Makefile.am')
-rw-r--r--src/gallium/drivers/r300/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am
index 3d08611752a..ca2b6c06e43 100644
--- a/src/gallium/drivers/r300/Makefile.am
+++ b/src/gallium/drivers/r300/Makefile.am
@@ -16,7 +16,6 @@ AM_CFLAGS = \
$(LLVM_CFLAGS) \
$(RADEON_CFLAGS) \
$(DEFINES) \
- $(ARCH_FLAGS) \
$(OPT_FLAGS) \
$(PIC_FLAGS)