Skip to content

Commit

Permalink
compiler_wrapper pg: remove compat code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Jun 21, 2022
1 parent 0e770bc commit 19265f0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions _resources/port1.0/group/compiler_wrapper-1.0.tcl
Expand Up @@ -34,13 +34,6 @@ default compwrap.compilers_to_wrap [list cc objc cxx objcxx fc f77 f90]
options compwrap.ccache_supported_compilers
default compwrap.ccache_supported_compilers [list cc objc cxx objcxx]

# please remove when a86f95c has been in a released MacPorts version for at least two weeks
# see https://github.com/macports/macports-base/commit/a86f95c5ab86ee52c8fec2271e005591179731de
if {![info exists compiler.limit_flags]} {
options compiler.limit_flags
default compiler.limit_flags no
}

proc compwrap::use_ccache {tag} {
global prefix
return [ expr [option configure.ccache] && \
Expand Down

0 comments on commit 19265f0

Please sign in to comment.