Skip to content

Commit

Permalink
libatomic_ops: tweak compilers for older systems
Browse files Browse the repository at this point in the history
fixes build on older Intel systems
  • Loading branch information
kencu committed Apr 25, 2018
1 parent f645b31 commit b05704a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions devel/libatomic_ops/Portfile
Expand Up @@ -39,3 +39,11 @@ test.target check

# universal requires muniversal, but i386 tests fail on x86_64
# universal_variant no

##### compiler tweaking for older systems
# on i386, requires newer gcc (6 tested) or clang 3.4+
# on ppc, builds with older compilers (default compilers work)

platform darwin i386 {
compiler.blacklist-append *gcc-3.* *gcc-4.*
}

0 comments on commit b05704a

Please sign in to comment.