automake: Remove ARCH_FLAGS.
authorEric Anholt <eric@anholt.net>
Thu, 26 Jul 2012 16:32:56 +0000 (09:32 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 Jul 2012 00:30:06 +0000 (17:30 -0700)
commit87a1c4f233f597b8b366f7a2c0f1c5b7124d8d8e
tree7756a8736ae3d0ff0e7095a830399fc063ae1ba5
parent4df2848786d4778a2ce7dbf2e046e191036ccb56
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 <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
configs/current.in
configure.ac
src/gallium/drivers/r300/Makefile.am
src/gallium/drivers/r600/Makefile.am