Makefile.am (IFUNC_OPTIONS): Change aarch64 option from -march=armv8.1-a to -march...
authorSteve Ellcey <sellcey@cavium.com>
Thu, 14 Dec 2017 18:30:38 +0000 (18:30 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 14 Dec 2017 18:30:38 +0000 (18:30 +0000)
commit9d0e85af87d9e7fe3bd68d1647b7c47ad299f011
treee5a3ca9f6062a7f43dd9730ab98439e6fe3ebc86
parent2004617a8c2e67005230ebfcbdd1e4216b411bf1
Makefile.am (IFUNC_OPTIONS): Change aarch64 option from -march=armv8.1-a to -march=armv8-a+lse.

2017-12-14  Steve Ellcey  <sellcey@cavium.com>

* Makefile.am (IFUNC_OPTIONS): Change aarch64
option from -march=armv8.1-a to -march=armv8-a+lse.
* configure.ac (*aarch64*): Check to see if
compiler understands -march=armv8-a+lse option.
* configure.tgt (*aarch64*): Only set try_ifunc
if compiler understands -march=armv8-a+lse option.
* Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
* configure: Regenerate.
* aclocal.m4: Regenerate.

From-SVN: r255659
libatomic/ChangeLog
libatomic/Makefile.am
libatomic/Makefile.in
libatomic/aclocal.m4
libatomic/configure
libatomic/configure.ac
libatomic/configure.tgt
libatomic/testsuite/Makefile.in