diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2018-02-08 16:07:07 +0800 |
---|---|---|
committer | Moritz Angermann <moritz.angermann@gmail.com> | 2018-02-15 09:43:57 +0800 |
commit | ec9aacf3eb2975fd302609163aaef429962ecd87 (patch) | |
tree | 20fbf0410a3cc520efa5209ae683b73c5a82f9c4 /configure.ac | |
parent | df449e1744d59eef7f41e09196629bc01815e984 (diff) | |
download | haskell-ec9aacf3eb2975fd302609163aaef429962ecd87.tar.gz |
adds -latomic to. ghc-prim
Reviewers: bgamari, hvr
Reviewed By: bgamari
Subscribers: erikd, hvr, rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4378
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 5bf096b3d0..216a97fb49 100644 --- a/configure.ac +++ b/configure.ac @@ -712,11 +712,6 @@ FP_GCC_VERSION dnl ** See whether gcc supports -no-pie FP_GCC_SUPPORTS_NO_PIE -dnl ** Used to determine how to compile ghc-prim's atomics.c, used by -dnl unregisterised, Sparc, and PPC backends. -FP_GCC_SUPPORTS__ATOMICS -AC_DEFINE([HAVE_C11_ATOMICS], [$CONF_GCC_SUPPORTS__ATOMICS], [Does GCC support __atomic primitives?]) - FP_GCC_EXTRA_FLAGS dnl ** look to see if we have a C compiler using an llvm back end. |