phobos unittests not passing with dmd built by clang

Trass3r un at known.com
Tue Jan 31 11:12:35 PST 2012


Found out I forgot something in the makefile (such hardcoding really  
sucks!):

strtold.o: $C/strtold.c
-       gcc -m$(MODEL) -c $<
+       clang -m$(MODEL) -c $<

But it still fails.


More information about the Digitalmars-d mailing list