diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-01-30 17:03:15 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-10-24 20:59:39 -0400 |
commit | f08951fd0279248bd4e9536e4cf44ba658aaf710 (patch) | |
tree | 8b80028ef64ffa0a40ea7c5aa897a110e85e4904 /configure.ac | |
parent | 33a719c392be4d8a389a1331c6c88093148f7396 (diff) | |
download | haskell-f08951fd0279248bd4e9536e4cf44ba658aaf710.tar.gz |
configure: Bump minimum-supported gcc version to 4.7
Since the __atomic_* builtins are not supported until gcc 4.7. Given
that this version was released in 2012 I think this is acceptable.
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 c7ec5556b0..0287d6743a 100644 --- a/configure.ac +++ b/configure.ac @@ -765,7 +765,7 @@ AC_SYS_INTERPRETER() dnl ** look for GCC and find out which version dnl Figure out which C compiler to use. Gcc is preferred. -dnl If gcc, make sure it's at least 4.6 +dnl If gcc, make sure it's at least 4.7 dnl FP_GCC_VERSION |