Skip to content

Commit

Permalink
gcc10: stop blacklisting mp-clang-9 and 10
Browse files Browse the repository at this point in the history
both these compilers now build gcc10
  • Loading branch information
kencu committed May 18, 2020
1 parent 1dae1f3 commit 54fde0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lang/gcc10/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ pre-configure {
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
# https://trac.macports.org/ticket/59253
compiler.blacklist-append macports-clang-9.0 macports-clang-10

# "-stdlib" would be passed on to the bootstrap compiler if present
configure.cxx_stdlib

Expand Down

3 comments on commit 54fde0c

@cjones051073
Copy link
Member

@cjones051073 cjones051073 commented on 54fde0c May 18, 2020

Choose a reason for hiding this comment

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

Have you confirmed the blacklists against clang 9 or 10 are no longer required ? Have you test built gcc10 using these compilers ?

@kencu
Copy link
Contributor Author

@kencu kencu commented on 54fde0c May 18, 2020

Choose a reason for hiding this comment

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

of course. I would never change it otherwise.

Working on gcc9 now, which looks similar and is building with clang-10 now for me -- we'll see if it finishes.

@cjones051073
Copy link
Member

Choose a reason for hiding this comment

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

Sorry, you are right. Should have known better than to ask you that ;)

Please sign in to comment.