[LLVMdev] Cygwin release build error
Anton Korobeynikov
asl at math.spbu.ru
Wed Feb 28 16:01:26 PST 2007
Hello, Aaron.
> Once made the make file goes on to the next file produced (also from)
> libgcc2.c !!!
Yep. libgcc is nifty: it contains many small chunks of form
#ifdef func1
...
#endif
#ifdef func2
...
#endif
So, almost everything is building from the same libgcc2.c source
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
More information about the llvm-dev
mailing list