Displaying 1 result from an estimated 1 matches for "e7006b0efb".
2014 Sep 29
2
[LLVMdev] Compiling glibc with clang/LLVM
...in the
> past these files seem to have contained some assembly but now
> only contain straight C declarations). It also seems to have been used
> in the past by initfini.c but that file is now gone from glibc git.
I went looking in glibc's git and found
3add8e1353d62d77fdd9b4ca363cdf
e7006b0efb adding support for crti and
crtn written is assembly, which eventually replaced the old initfini.c
hack.
Congratulations to all those involved, this a much better state than I
would have dreamed possible some years ago.
Cheers,
Rafael
- show quoted text -
Is there any way to compile glibc on...