Skip to content

Commit

Permalink
gcc14: disable +stdlib_flag on Tiger
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm authored and kencu committed Dec 9, 2024
1 parent b4216a3 commit 4c25d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/gcc14/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ if { ${subport} ne ${libcxxname} } {
}

# libcxx is unavailable on PPC
if {${build_arch} ni [list ppc ppc64]} {
if {${build_arch} ni [list ppc ppc64] && ${os.major} > 8} {
default_variants-append +stdlib_flag
}

Expand Down

0 comments on commit 4c25d90

Please sign in to comment.