Commits
Ken Cunningham authored e29edf4b96d
141 141 | # http://trac.macports.org/ticket/29104 |
142 142 | compiler.blacklist-append {llvm-gcc-4.2 < 2336.1} |
143 143 | |
144 144 | # https://trac.macports.org/ticket/47996 |
145 145 | compiler.blacklist-append {clang < 300} |
146 146 | |
147 147 | # https://trac.macports.org/ticket/58493 |
148 148 | compiler.blacklist-append {clang < 800} *gcc-4.2 macports-clang-3.4 macports-clang-3.7 |
149 149 | compiler.fallback-append macports-clang-7.0 macports-clang-8.0 |
150 150 | |
151 + | # at present, clang-9.0 can't build gcc9 |
152 + | # https://trac.macports.org/ticket/59253 |
153 + | compiler.blacklist-append macports-clang-9.0 |
154 + | |
151 155 | # "-stdlib" would be passed on to the bootstrap compiler if present |
152 156 | configure.cxx_stdlib |
153 157 | |
154 158 | build.dir ${configure.dir} |
155 159 | build.target bootstrap-lean |
156 160 | use_parallel_build yes |
157 161 | |
158 162 | destroot.target install install-info-host |
159 163 | |
160 164 | # Is this gcc release supported here. |