Displaying 1 result from an estimated 1 matches for "linuxdistrib".
2013 Jan 10
3
[LLVMdev] Porting LLVM, clang et al. to GNU/Hurd
...Linux, respectively Debian GNU/Hurd -- the latter one
being the most prominent and advanced one offering support for the Hurd.
(By the way, Debian also support a system using the FreeBSD kernel,
Debian GNU/kFreeBSD.)
LLVM already has support for this concept, albeit under the name of, for
example, LinuxDistrib ([clang]/lib/Driver/ToolChains.cpp). Now, instead
of duplicating all that code for "non-Linux-but-still-glibc"
distributions, what I would like to do is simply reuse the existing code,
renaming LinuxDistrib to [something]Distrib (and likewise for similar
cases), and then introduce specia...