https://issues.dlang.org/show_bug.cgi?id=15012
Issue ID: 15012
Summary: Druntime Makefile whitelists compilers
Product: D
Version: D2
Hardware: All
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
https://github.com/D-Programming-Language/druntime/pull/1317 added a whitelist
of compiler binaries for which to add certain CFLAGS. This precludes e.g. using
wrapper scripts to work around issue 12572.
This issue is blocking some of my work on D (I can't bisect certain bugs or
build D on certain machines).
Introduced in https://github.com/D-Programming-Language/druntime/pull/1317
I've notified the PR author in a comment on the PR five days ago, but no reply:
https://github.com/D-Programming-Language/druntime/pull/1317#discussion_r38268116
--