Skip to content

Commit

Permalink
crossgcc: Correct compiler blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx authored and reneeotten committed Sep 2, 2024
1 parent bd6d608 commit edeaeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _resources/port1.0/group/crossgcc-1.0.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ proc crossgcc.setup {target version} {

# https://build.macports.org/builders/ports-10.13_x86_64-builder/builds/105513/steps/install-port/logs/stdio
# c++/v1/functional:1408:2: error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply 'fancy_abort'?
compiler.blacklist-append {clang < 1000}
compiler.blacklist-append {clang < 1001}
}

universal_variant no
Expand Down

0 comments on commit edeaeae

Please sign in to comment.