[Issue 16031] [REG2.071] dmd internal error when compiling druntime with PIC=1

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16031 Martin Krejcirik changed: What|Removed |Added Summary|[REG2.071.1] dmd internal |[REG2.071] dmd internal

[Issue 16031] [REG2.071] dmd internal error when compiling druntime with PIC=1

2016-05-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16031 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 16031] [REG2.071] dmd internal error when compiling druntime with PIC=1

2016-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16031 --- Comment #2 from Martin Krejcirik --- (In reply to Walter Bright from comment #1) > What does the PIC=1 do? PIC isn't anywhere in posix.mak It's there, it adds -fPIC to DFLAGS. --