Use -mcpu instead of -march for ARM SIMD runtime autodetection
authorSiarhei Siamashka <siarhei.siamashka@nokia.com>
Tue, 23 Jun 2009 22:30:34 +0000 (01:30 +0300)
committerJeff Muizelaar <jmuizelaar@mozilla.com>
Thu, 25 Jun 2009 15:07:37 +0000 (08:07 -0700)
commit9837465fd9a5d4e7280d4c79c41d2d9a9c8f71c0
treee1de744cc75188eb8ae3821791c094f890024173
parent6b8251039a905114e4b0776c3f8f58cb0678a532
Use -mcpu instead of -march for ARM SIMD runtime autodetection

Option -mcpu has higher priority than -march with the current versions
of gcc and that's why it is better to use. There is no particular
reason why 'arm1136j-s' is used in this patch, it could be any armv6
compatible core.
configure.ac