Home
last modified time | relevance | path

Searched refs:Hurd (Results 1 – 25 of 50) sorted by relevance

12

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHurd.cpp30 std::string Hurd::getMultiarchTriple(const Driver &D, in getMultiarchTriple()
64 Hurd::Hurd(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in Hurd() function in Hurd
120 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport()
122 Tool *Hurd::buildLinker() const { return new tools::gnutools::Linker(*this); } in buildLinker()
124 Tool *Hurd::buildAssembler() const { in buildAssembler()
128 std::string Hurd::getDynamicLinker(const ArgList &Args) const { in getDynamicLinker()
135 void Hurd::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs()
189 void Hurd::addLibStdCxxIncludePaths(const llvm::opt::ArgList &DriverArgs, in addLibStdCxxIncludePaths()
204 void Hurd::addExtraOpts(llvm::opt::ArgStringList &CmdArgs) const { in addExtraOpts()
H A DHurd.h19 class LLVM_LIBRARY_VISIBILITY Hurd : public Generic_ELF {
21 Hurd(const Driver &D, const llvm::Triple &Triple,
/openbsd/gnu/usr.bin/perl/
H A DREADME.hurd9 perlhurd - Perl version 5 on Hurd
13 If you want to use Perl on the Hurd, I recommend using the Debian
14 GNU/Hurd distribution ( see L<https://www.debian.org/> ), even if an
18 =head2 Known Problems with Perl on Hurd
20 The Perl test suite may still report some errors on the Hurd. The
22 Both failures are not really specific to the Hurd, as indicated by the
43 However, since I am running a very recent Hurd snapshot, in which a lot of
49 document, please consider upgrading to the latest Hurd before reporting
/openbsd/gnu/usr.bin/binutils/gdb/config/i386/
H A Di386gnu.mt1 # Target: Intel 386 running the GNU Hurd
H A Di386gnu.mh1 # Host: Intel 386 running the GNU Hurd
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5143delta.pod70 L<ODBM_File> and L<NDBM_File> were updated to allow building on GNU/Hurd.
168 =item GNU/Hurd
170 Various build and test fixes were included for GNU/Hurd.
172 LFS support was enabled in GNU/Hurd.
H A Dperl.pod289 perlhurd Perl notes for Hurd
/openbsd/gnu/usr.bin/clang/libclangDriver/
H A DMakefile55 Hurd.cpp \
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h222 Hurd, // GNU/Hurd enumerator
648 return getOS() == Triple::Hurd; in isOSHurd()
664 getOS() == Triple::Hurd) && in isOSGlibc()
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A Ditimer.t21 && $^O ne 'gnu' # GNU/Hurd: has the API but no implementation
/openbsd/gnu/llvm/clang/lib/Driver/
H A DCMakeLists.txt68 ToolChains/Hurd.cpp
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Driver/
H A DBUILD.gn83 "ToolChains/Hurd.cpp",
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dconfigure.tgt237 *-*-*-gnu*) ;; # prevent non-GNU kernels to match the Hurd rule below
H A DNEWS1299 * Hurd support
1301 GDB's support for the GNU Hurd, including thread debugging, has been
1302 updated to work with current versions of the Hurd.
H A Dconfigure.in297 # Needed for GNU/Hurd.
/openbsd/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp416 case llvm::Triple::Hurd: in ShouldAddDefaultIncludePaths()
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp224 case Hurd: return "hurd"; in getOSTypeName()
595 .StartsWith("hurd", Triple::Hurd) in parseOS()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp543 case llvm::Triple::Hurd: in AllocateTarget()
/openbsd/gnu/lib/libreadline/
H A DCHANGELOG490 - add `freebsdelf*', `freebsdaout*', Hurd, `sysv4*', `sysv5*', `dgux*'
/openbsd/usr.sbin/nsd/
H A Dconfigure.ac742 AC_DEFINE([_GNU_SOURCE, 1, [Define this if on Linux or GNU Hurd for cpu affinity interface]])
804 # also needs _GNU_SOURCE on Linux and Hurd; see above.
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc67 // For GNU Hurd
268 // GNU/Hurd, /proc/self/exe is a symlink to the path that was used to start
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A DChanges164 we have been skipping the test) and as a new thing 'gnu' (Hurd)
325 - Skip itimer tests on GNU/Hurd, which has the API but lacks
/openbsd/gnu/usr.bin/binutils/binutils/po/
H A Dja.po2316 msgid "GNU/Hurd"
2317 msgstr "GNU/Hurd"
/openbsd/gnu/usr.bin/binutils-2.17/binutils/po/
H A Dja.po2316 msgid "GNU/Hurd"
2317 msgstr "GNU/Hurd"
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dconfig.gcc363 # Common parts for GNU/Linux, GNU/Hurd, OpenBSD, NetBSD, and FreeBSD systems.
381 # On the Hurd, the setup is just about the same on

12