Hardcode GCC version to avoid macro expansion problems

This commit is contained in:
Michel Alexandre Salim 2012-03-30 18:24:20 +07:00
parent de5c3ae498
commit 460419b933
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# clang header paths are hard-coded at compile time
# and need adjustment whenever there's a new GCC version
%global gcc_version %(gcc -dumpversion)
%global gcc_version 4.7.0
%ifarch s390 s390x sparc64
# No ocaml on these arches