diff options
author | Haochen Tong <i@hexchain.org> | 2021-10-12 02:16:51 +0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-10-12 19:17:53 -0400 |
commit | 4cf43b2a1d569a786e549962e867eb506f4fc76a (patch) | |
tree | 31e63d4b4f5bd7818673ce91c614a9792f661730 /configure.ac | |
parent | 234bf3688b14299ad8cebc20206c1a5df34139d4 (diff) | |
download | haskell-4cf43b2a1d569a786e549962e867eb506f4fc76a.tar.gz |
Rename fp_gcc_supports__atomics to fp_cc_supports__atomics
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 482892b8e4..17d87315f5 100644 --- a/configure.ac +++ b/configure.ac @@ -792,7 +792,7 @@ dnl ** Used to determine how to compile ghc-prim's atomics.c, used by dnl unregisterised, Sparc, and PPC backends. Also determines whether dnl linking to libatomic is required for atomic operations, e.g. on dnl RISCV64 GCC. -FP_GCC_SUPPORTS__ATOMICS +FP_CC_SUPPORTS__ATOMICS FP_GCC_EXTRA_FLAGS |