Tango 0.96 beta2 released

Sean Kelly sean at f4.ca
Fri Mar 16 13:24:20 PDT 2007


Frits van Bommel wrote:
> 
> I attached a patch, though I'm not sure how much use it'll be if you 
> insist on your own version of std.c.stdarg ...

Thanks.  I think the stdarg issues should now be resolved and I'll look 
into making the other changes.  About the only place I'm not entirely 
sure they will work is common/tango/stdc/wrap.c, since this is built by 
both DMD and GDC.  I think I'm going to pass -m32 through from 
dmd-posix.mak, etc, using a C equivalent of ADDFLAGS.  So:

ADDFLAGS -> ADD_DFLAGS
(new)	 -> ADD_CFLAGS

This should support all configurations.

> [1]: "-m32" means "emulate 32-bit compiler", right?

I think so.


Sean



More information about the Digitalmars-d-announce mailing list