search for: inhibit_libc

Displaying 2 results from an estimated 2 matches for "inhibit_libc".

Did you mean: dinhibit_libc
2009 Apr 17
0
[LLVMdev] mingw build problems
...ere, at least for "official mingw gcc", > which is 3.4.5. Could you please investigate why you don't have this > in your libgcc? Is it gcc v3 vs v4 issue? GCC's gcc/configure has this logic: # If this is using newlib, without having the headers available now, # then define inhibit_libc in LIBGCC2_CFLAGS. # This prevents libgcc2 from containing any code which requires libc # support. inhibit_libc=false if { { test x$host != x$target && test "x$with_sysroot" = x ; } || test x$with_newlib = xyes ; } && { test "x$with_headers" = x || te...
2009 Apr 17
3
[LLVMdev] mingw build problems
Hello, Jay > but I don't understand what they are for. Do they let lli execute > programs in which the compiler has hard-coded calls to __eprintf? Does > that mean that __eprintf ought to be found in libgcc? Yes. And I believe it was there, at least for "official mingw gcc", which is 3.4.5. Could you please investigate why you don't have this in your libgcc? Is it