Skip to content

Commit

Permalink
gcc10: remove redundant blacklisting
Browse files Browse the repository at this point in the history
and tighten up existing blacklisting while at it
  • Loading branch information
kencu committed May 18, 2020
1 parent 5c07469 commit 0e70b10
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions lang/gcc10/Portfile
Expand Up @@ -131,20 +131,8 @@ pre-configure {

}

# Added for gcc9+
compiler.blacklist-append gcc-4.2

# http://trac.macports.org/ticket/29067
compiler.blacklist-append gcc-4.0

# http://trac.macports.org/ticket/29104
compiler.blacklist-append {llvm-gcc-4.2 < 2336.1}

# https://trac.macports.org/ticket/47996
compiler.blacklist-append {clang < 300}

# https://trac.macports.org/ticket/58493
compiler.blacklist-append {clang < 800} *gcc-4.2 macports-clang-3.4 macports-clang-3.7
compiler.blacklist-append {clang < 800} gcc-4.0 *gcc-4.2 {macports-clang-3.[4-7]}
compiler.fallback-append macports-clang-7.0 macports-clang-8.0

# at present, clang-9.0+ can't build gcc
Expand Down

1 comment on commit 0e70b10

@kencu
Copy link
Contributor Author

@kencu kencu commented on 0e70b10 May 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI -- I suspect clang-9.0 can built gcc10 now -- it gets past the place where it previously erred -- and I haven't yet tested clang-10.

Please sign in to comment.