OSDN Git Service

10l: Revert bogus use of GCC's -march=xx:
authorGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 19 Oct 2006 15:49:52 +0000 (15:49 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 19 Oct 2006 15:49:52 +0000 (15:49 +0000)
commit1c5d830c25b283173d43f4b68b4683f1193fc7d7
tree521b98f4f1f6087236f1cc339e230118b34d1c67
parentf624f029f0f39b26e64eb26316966c18ef7a6074
10l: Revert bogus use of GCC's -march=xx:
Almost all CPU targets use -mcpu=xx to set architecture type,
register usage, choice of mnemonics, and instruction
scheduling parameters, except x86, MIPS, HPPA which uses -march=xx

Originally committed as revision 6736 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure