Hardcode GCC version to avoid macro expansion problems
This commit is contained in:
parent
de5c3ae498
commit
460419b933
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# clang header paths are hard-coded at compile time
|
# clang header paths are hard-coded at compile time
|
||||||
# and need adjustment whenever there's a new GCC version
|
# 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
|
%ifarch s390 s390x sparc64
|
||||||
# No ocaml on these arches
|
# No ocaml on these arches
|
||||||
|
Loading…
Reference in New Issue
Block a user