/openbsd/gnu/llvm/llvm/utils/gn/build/ |
H A D | mac_sdk.gni | 1 import("//llvm/utils/gn/build/sysroot.gni") 5 if (sysroot == "") { 28 ios_sdk_path = sysroot + "/iPhoneOS.sdk" 29 iossim_sdk_path = sysroot + "/iPhoneSimulator.sdk" 30 mac_sdk_path = sysroot + "/MacOSX.sdk"
|
H A D | sysroot.gni | 2 # Path of sysroot to use. 3 sysroot = ""
|
H A D | BUILD.gn | 3 import("//llvm/utils/gn/build/sysroot.gni") 340 if (sysroot != "") { 342 assert(is_clang, "sysroot only works with clang-cl as host compiler") 343 cflags += [ "/winsysroot" + rebase_path(sysroot, root_build_dir) ] 345 ldflags += [ "/winsysroot:" + rebase_path(sysroot, root_build_dir) ] 352 cflags += [ "--sysroot=" + rebase_path(sysroot, root_build_dir) ] 356 (clang_base_path != "" || sysroot != "")) { 373 if (sysroot != "" && current_os != "win" && is_clang) { 377 !use_goma || sysroot != "", 378 …"goma needs a sysroot: run `llvm/utils/sysroot.py make-fake --out-dir=sysroot` and add `sysroot = …
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-incpath.c | 126 add_standard_paths (const char *sysroot, const char *iprefix, in add_standard_paths() argument 144 if (sysroot && p->add_sysroot) in add_standard_paths() 164 if (sysroot && p->add_sysroot) in add_standard_paths() 165 str = concat (sysroot, p->fname, NULL); in add_standard_paths() 368 register_include_chains (cpp_reader *pfile, const char *sysroot, in register_include_chains() argument 388 target_c_incpath.extra_pre_includes (sysroot, iprefix, stdinc); in register_include_chains() 392 add_standard_paths (sysroot, iprefix, imultilib, cxx_stdinc); in register_include_chains() 394 target_c_incpath.extra_includes (sysroot, iprefix, stdinc); in register_include_chains() 402 static void hook_void_charptr_charptr_int (const char *sysroot ATTRIBUTE_UNUSED, in hook_void_charptr_charptr_int()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | HowToCrossCompileBuiltinsOnArm.rst | 31 * ``An arm-linux-gnueabihf sysroot`` 96 * ``--sysroot=/path/to/toolchain/arm-linux-gnueabihf/libc`` 115 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armhf/sysroot`` 120 The ``/path/to/armhf/sysroot`` should be the same as the one passed to 121 ``--sysroot`` in the "build-c-flags". 124 sysroot and arm/thumb state. The additional cmake defines such as 140 This stage can often fail at link time if the ``--sysroot=`` and 210 equivalents for the sysroot, emulator and target. 213 * ``-DCOMPILER_RT_EMULATOR="qemu-aarch64 -L /path/to/aarch64/sysroot`` 216 ``"--sysroot=/path/to/aarch64/sysroot --gcc-toolchain=/path/to/gcc-toolchain"`` [all …]
|
H A D | HowToCrossCompileLLVM.rst | 63 * ``'--sysroot=/usr/arm-linux-gnueabihf'``, ``'--sysroot=/opt/gcc/arm-linux-gnueabihf'`` 64 or whatever is the location of your GCC's sysroot (where /lib, /bin etc are). 75 using Clang as a cross-compiler, you will *also* have to set ``--sysroot`` 79 to the GCC triple and the sysroot. This will make it easier for Clang to 185 which will create a sysroot on the install-dir. You can then tar
|
/openbsd/gnu/usr.bin/perl/ext/Errno/ |
H A D | Errno_pm.PL | 112 my $sysroot = $Config{sysroot} || ''; 118 "$sysroot/usr/include", "$sysroot/usr/local/include",
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | darwin-c.c | 468 darwin_register_objc_includes (const char *sysroot, const char *iprefix, in darwin_register_objc_includes() argument 488 if (iprefix && (len = cpp_GCC_INCLUDE_DIR_len) != 0 && !sysroot in darwin_register_objc_includes() 497 if (sysroot) in darwin_register_objc_includes() 498 str = concat (sysroot, fname, NULL); in darwin_register_objc_includes() 512 darwin_register_frameworks (const char *sysroot, in darwin_register_frameworks() argument 523 if (sysroot) in darwin_register_frameworks() 524 str = concat (sysroot, xstrdup (framework_defaults [i]), NULL); in darwin_register_frameworks()
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/ |
H A D | Android.rules | 73 ARCH_CFLAGS += --sysroot=$(NDK_ROOT)/sysroot \ 74 -isystem $(NDK_ROOT)/sysroot/usr/include/$(TOOL_PREFIX) \ 78 ARCH_LDFLAGS += --sysroot=$(NDK_ROOT)/platforms/android-$(API_LEVEL)/arch-$(SYSROOT_ARCH) -lm
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/ |
H A D | enable_dia.gni | 5 # llvm/utils/sysroot.py and set sysroot in args.gn.
|
H A D | BUILD.gn | 2 import("//llvm/utils/gn/build/sysroot.gni") 131 if (sysroot != "") { 132 include_dirs = [ "$sysroot/DIA SDK/include" ] 133 dia_lib_path = "$sysroot/DIA SDK/lib" # x86 .lib file is here.
|
/openbsd/gnu/llvm/llvm/utils/gn/build/libs/xml/ |
H A D | BUILD.gn | 3 import("//llvm/utils/gn/build/sysroot.gni") 11 include_dirs = [ "$sysroot/usr/include/libxml2" ]
|
/openbsd/regress/usr.bin/pkg-config/ |
H A D | Makefile | 49 sysroot-cflags \ 50 sysroot-libs \ 391 sysroot-cflags: 394 @PKG_CONFIG_SYSROOT_DIR=/altroot ${PCONFIG} --cflags sysroot > ${GOT} 397 sysroot-libs: 400 @PKG_CONFIG_SYSROOT_DIR=/altroot ${PCONFIG} --libs sysroot > ${GOT} 606 @${VPCONFIG} --variable prefix sysroot 613 --cflags sysroot
|
/openbsd/gnu/llvm/llvm/cmake/platforms/ |
H A D | Android.cmake | 25 …ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sysroo…
|
/openbsd/gnu/llvm/llvm/utils/gn/build/toolchain/ |
H A D | target_flags.gni | 15 "--sysroot=$android_ndk_path/toolchains/llvm/prebuilt/linux-x86_64/sysroot",
|
/openbsd/libexec/tradcpp/ |
H A D | main.c | 351 static const char *sysroot; variable 383 sysroot = dir; in commandline_isysroot() 452 if (sysroot != NULL) { in loadincludepath() 453 t = dostrdup3(sysroot, "/", CONFIG_LOCALINCLUDE); in loadincludepath() 462 if (sysroot != NULL) { in loadincludepath() 463 t = dostrdup3(sysroot, "/", CONFIG_SYSTEMINCLUDE); in loadincludepath()
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | SourceModule.h | 22 ConstString sysroot; member
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | InitHeaderSearch.cpp | 58 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) in InitHeaderSearch() argument 59 : Headers(HS), Verbose(verbose), IncludeSysroot(std::string(sysroot)), in InitHeaderSearch() 60 HasSysroot(!(sysroot.empty() || sysroot == "/")) {} in InitHeaderSearch()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.cpp | 199 if (ConstString sysroot = GetSDKRootDirectory()) in DebugProcess() local 200 emulator_env["QEMU_LD_PREFIX"] = sysroot.GetStringRef().str(); in DebugProcess()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cppinit.c | 533 CPP_OPTION (pfile, sysroot) = cpp_SYSROOT; 821 if (p->add_sysroot && CPP_OPTION (pfile, sysroot) 822 && *(CPP_OPTION (pfile, sysroot))) 854 if (p->add_sysroot && CPP_OPTION (pfile, sysroot) 855 && *(CPP_OPTION (pfile, sysroot))) 856 str = concat (CPP_OPTION (pfile, sysroot), p->fname, NULL); 1351 CPP_OPTION (pfile, sysroot) = arg;
|
/openbsd/usr.sbin/unbound/ |
H A D | README-Travis.md | 69 …et, the OpenSSL triplet, the toolchain path, the tool variables, and the sysroot. The discussion b… 120 …s like `CC`, `CXX`, `AS` and `AR`; sets `CFLAGS` and `CXXFLAGS`; sets a `sysroot` so Android heade… 144 …ONFIG_PATH` is exported. `PKG_CONFIG_PATH` is the userland equivalent to sysroot, and allows Autot… 185 …et, the OpenSSL triplet, the toolchain path, the tool variables, and the sysroot. The discussion b… 221 …s like `CC`, `CXX`, `AS` and `AR`; sets `CFLAGS` and `CXXFLAGS`; sets a `sysroot` so iOS headers a… 246 `PKG_CONFIG_PATH` is an important variable. It is the userland equivalent to sysroot, and allows Au…
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBPlatform.cpp | 488 void SBPlatform::SetSDKRoot(const char *sysroot) { in SetSDKRoot() argument 489 LLDB_INSTRUMENT_VA(this, sysroot); in SetSDKRoot() 491 platform_sp->SetSDKRootDirectory(ConstString(sysroot)); in SetSDKRoot()
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBPlatform.i | 181 SetSDKRoot(const char *sysroot);
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBPlatform.h | 140 void SetSDKRoot(const char *sysroot);
|
/openbsd/gnu/llvm/llvm/utils/crosstool/ARM/ |
H A D | build-install-linux.sh | 184 --with-sysroot=${SYSROOT}
|