aboutsummaryrefslogtreecommitdiff
path: root/libatomic/auto-config.h.in
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@cavium.com>2017-12-05 00:49:09 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2017-12-05 00:49:09 +0000
commit141abc6f1e5a6a2de0a1ee97b63d56ee50b85a66 (patch)
tree50d25ec32b7f404446f4f5da5e0991c3ae3339f1 /libatomic/auto-config.h.in
parentad8503503f69f99b17e22cf53d87fe6e15256912 (diff)
downloadgcc-141abc6f1e5a6a2de0a1ee97b63d56ee50b85a66.zip
gcc-141abc6f1e5a6a2de0a1ee97b63d56ee50b85a66.tar.gz
gcc-141abc6f1e5a6a2de0a1ee97b63d56ee50b85a66.tar.bz2
Makefile.am (ARCH_AARCH64_LINUX): Add IFUNC_OPTIONS and libatomic_la_LIBADD.
2017-12-04 Steve Ellcey <sellcey@cavium.com> * Makefile.am (ARCH_AARCH64_LINUX): Add IFUNC_OPTIONS and libatomic_la_LIBADD. * config/linux/aarch64/host-config.h: New file. * configure.ac (IFUNC_RESOLVER_ARGS): Define. (ARCH_AARCH64_LINUX): New conditional for IFUNC builds. * configure.tgt (aarch64): Set ARCH and try_ifunc. (aarch64*-*-linux*) Update config_path. (aarch64*-*-linux*) Set IFUNC_RESOLVER_ARGS. * libatomic_i.h (GEN_SELECTOR): Add IFUNC_RESOLVER_ARGS argument. * Makefile.in: Regenerate. * auto-config.h.in: Regenerate. * configure: Regenerate. From-SVN: r255399
Diffstat (limited to 'libatomic/auto-config.h.in')
-rw-r--r--libatomic/auto-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libatomic/auto-config.h.in b/libatomic/auto-config.h.in
index d5b8a26..ab3424a 100644
--- a/libatomic/auto-config.h.in
+++ b/libatomic/auto-config.h.in
@@ -153,6 +153,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define ifunc resolver function argument. */
+#undef IFUNC_RESOLVER_ARGS
+
/* Define to 1 if GNU symbol versioning is used for libatomic. */
#undef LIBAT_GNU_SYMBOL_VERSIONING