Skip to content
Snippets Groups Projects
Commit f08951fd authored by Ben Gamari's avatar Ben Gamari
Browse files

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.
parent 33a719c3
No related branches found
Tags cabal-install-v1.18.0.8
No related merge requests found
...@@ -765,7 +765,7 @@ AC_SYS_INTERPRETER() ...@@ -765,7 +765,7 @@ AC_SYS_INTERPRETER()
dnl ** look for GCC and find out which version dnl ** look for GCC and find out which version
dnl Figure out which C compiler to use. Gcc is preferred. 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 dnl
FP_GCC_VERSION FP_GCC_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment