gdc phobos and druntime automatic import

Benjamin Thaut code at benjamin-thaut.de
Fri Mar 15 12:17:39 PDT 2013


Am 15.03.2013 20:00, schrieb Daniel Green:
> On 3/15/2013 11:42 AM, Benjamin Thaut wrote:
>> Well mingw-gdc is quite a bit behind.
>
> I'm working on that.
>
> C:\MinGW\msys\1.0>/crossdev/gdc/stage/bin/gdc -v
> Using built-in specs.
> COLLECT_GCC=/crossdev/gdc/stage/bin/gdc
> COLLECT_LTO_WRAPPER=c:/crossdev/gdc/stage/bin/../libexec/gcc/i686-pc-mingw32/4.8.0/lto-wrapper.exe
>
> Target: i686-pc-mingw32
> Configured with: ../configure --prefix=/crossdev/gdc/stage
> --with-gmp=/crossdev/gdc/deps/gmp --with-mpfr=/crossdev/gdc/deps/mpfr
> --with-mpc=/crossdev/gdc/deps/mpc --with-cloog=/crossdev/gdc/deps/cloog/
> --with-isl=/crossdev/gdc/deps/isl --disable-bootstrap
> --enable-languages=c,c++,d,lto
> Thread model: win32
> gcc version 4.8.0 20130303 (experimental) (GCC)
>
>
> But in the meantime just modify the code directly.  You can find it in
> d-lang.cc look for
>
> VersionCondition::addPredefinedGlobalIdent ("GNU");
>
> and add one for Windows.
>

Awesome. Thank you very much. It is really nice to hear that you are 
working on a 4.8.0 mingw port.


More information about the D.gnu mailing list