| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
| H A D | print-sysroot-suffix.sh | 61 cat > print-sysroot-suffix3.sh <<\EOF 69 echo "[ \"\$1\" = \"$l\" ] && result=\"\$result|$r\"" >> print-sysroot-suffix3.sh 71 echo 'echo $result' >> print-sysroot-suffix3.sh 72 chmod +x print-sysroot-suffix3.sh 74 cat > print-sysroot-suffix2.sh <<\EOF 91 echo "/$r/) optstring=\"/$l/\" ;;" >> print-sysroot-suffix2.sh 93 echo " esac" >> print-sysroot-suffix2.sh 100 echo ' optstring=`echo "/$optstring" | sed '"$pat\`" >> print-sysroot-suffix2.sh 101 cat >> print-sysroot-suffix2.sh <<\EOF 119 match=`./print-sysroot-suffix3.sh "$x"` [all …]
|
| H A D | t-sysroot-suffix | 3 sysroot-suffix.h: $(srcdir)/config/print-sysroot-suffix.sh 4 $(SHELL) $(srcdir)/config/print-sysroot-suffix.sh \ 6 "$(MULTILIB_MATCHES)" "$(MULTILIB_REUSE)" > tmp-sysroot-suffix.h 7 mv tmp-sysroot-suffix.h $@
|
| H A D | darwin-f.c | 49 darwin_register_objc_includes (const char *sysroot ATTRIBUTE_UNUSED, in darwin_register_objc_includes() 56 darwin_register_frameworks (const char *sysroot ATTRIBUTE_UNUSED, in darwin_register_frameworks()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
| H A D | print-sysroot-suffix.sh | 61 cat > print-sysroot-suffix3.sh <<\EOF 69 echo "[ \"\$1\" = \"$l\" ] && result=\"\$result|$r\"" >> print-sysroot-suffix3.sh 71 echo 'echo $result' >> print-sysroot-suffix3.sh 72 chmod +x print-sysroot-suffix3.sh 74 cat > print-sysroot-suffix2.sh <<\EOF 91 echo "/$r/) optstring=\"/$l/\" ;;" >> print-sysroot-suffix2.sh 93 echo " esac" >> print-sysroot-suffix2.sh 100 echo ' optstring=`echo "/$optstring" | sed '"$pat\`" >> print-sysroot-suffix2.sh 101 cat >> print-sysroot-suffix2.sh <<\EOF 119 match=`./print-sysroot-suffix3.sh "$x"` [all …]
|
| H A D | t-sysroot-suffix | 3 sysroot-suffix.h: $(srcdir)/config/print-sysroot-suffix.sh 4 $(SHELL) $(srcdir)/config/print-sysroot-suffix.sh \ 6 "$(MULTILIB_MATCHES)" "$(MULTILIB_REUSE)" > tmp-sysroot-suffix.h 7 mv tmp-sysroot-suffix.h $@
|
| H A D | darwin-f.cc | 49 darwin_register_objc_includes (const char *sysroot ATTRIBUTE_UNUSED, in darwin_register_objc_includes() 56 darwin_register_frameworks (const char *sysroot ATTRIBUTE_UNUSED, in darwin_register_frameworks()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | print-sysroot-suffix.sh | 59 cat > print-sysroot-suffix3.sh <<\EOF 67 echo "[ \"\$1\" = \"$l\" ] && result=\"\$result|$r\"" >> print-sysroot-suffix3.sh 69 echo 'echo $result' >> print-sysroot-suffix3.sh 70 chmod +x print-sysroot-suffix3.sh 72 cat > print-sysroot-suffix2.sh <<\EOF 93 echo ' optstring=`echo "/$optstring" | sed '"$pat\`" >> print-sysroot-suffix2.sh 94 cat >> print-sysroot-suffix2.sh <<\EOF 112 match=`./print-sysroot-suffix3.sh "$x"` 113 echo "$x) optmatch=\"$match\" ;;" >> print-sysroot-suffix2.sh 115 cat >> print-sysroot-suffix2.sh <<\EOF [all …]
|
| H A D | t-sysroot-suffix | 1 # Makefile fragment for C-SKY sysroot suffix. 24 sysroot-suffix.h: $(srcdir)/config/csky/print-sysroot-suffix.sh 25 $(SHELL) $(srcdir)/config/csky/print-sysroot-suffix.sh \ 27 "$(MULTILIB_MATCHES)" > tmp-sysroot-suffix.h 28 mv tmp-sysroot-suffix.h $@
|
| /netbsd-src/crypto/external/bsd/openssl/dist/Configurations/ |
| H A D | 15-android.conf | 54 my ($sysroot, $api, $arch); 59 if ($sysroot = $ENV{CROSS_SYSROOT}) { 60 $sysroot =~ m|/android-([0-9]+)/arch-(\w+)/?$|; 63 $sysroot = "$ndk/sysroot"; 82 $sysroot = "@platforms[$#platforms]/arch-$arch"; 83 $sysroot =~ m|/android-([0-9]+)/arch-$arch|; 99 die "no sysroot=$sysroot" if (length $sysroot && !-d $sysroot); 112 if (length $sysroot) { 148 if (length $sysroot) { 149 if (!-d "$sysroot/usr/include") { [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| H A D | 15-android.conf | 54 my ($sysroot, $api, $arch); 59 if ($sysroot = $ENV{CROSS_SYSROOT}) { 60 $sysroot =~ m|/android-([0-9]+)/arch-(\w+)/?$|; 63 $sysroot = "$ndk/sysroot"; 82 $sysroot = "@platforms[$#platforms]/arch-$arch"; 83 $sysroot =~ m|/android-([0-9]+)/arch-$arch|; 99 die "no sysroot=$sysroot" if (length $sysroot && !-d $sysroot); 112 if (length $sysroot) { 148 if (length $sysroot) { 149 if (!-d "$sysroot/usr/include") { [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | incpath.cc | 130 add_standard_paths (const char *sysroot, const char *iprefix, in add_standard_paths() argument 150 if (sysroot && p->add_sysroot) in add_standard_paths() 182 if (sysroot && p->add_sysroot) in add_standard_paths() 184 char *sysroot_no_trailing_dir_separator = xstrdup (sysroot); in add_standard_paths() 185 size_t sysroot_len = strlen (sysroot); in add_standard_paths() 187 if (sysroot_len > 0 && sysroot[sysroot_len - 1] == DIR_SEPARATOR) in add_standard_paths() 327 add_sysroot_to_chain (const char *sysroot, int chain) in add_sysroot_to_chain() argument 336 p->name = concat (sysroot, p->name + 1, NULL); in add_sysroot_to_chain() 338 p->name = concat (sysroot, p->name + strlen ("$SYSROOT"), NULL); in add_sysroot_to_chain() 354 merge_include_chains (const char *sysroot, cpp_reader *pfile, int verbose) in merge_include_chains() argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | incpath.c | 126 add_standard_paths (const char *sysroot, const char *iprefix, in add_standard_paths() argument 145 if (sysroot && p->add_sysroot) in add_standard_paths() 176 if (sysroot && p->add_sysroot) in add_standard_paths() 178 char *sysroot_no_trailing_dir_separator = xstrdup (sysroot); in add_standard_paths() 179 size_t sysroot_len = strlen (sysroot); in add_standard_paths() 181 if (sysroot_len > 0 && sysroot[sysroot_len - 1] == DIR_SEPARATOR) in add_standard_paths() 321 add_sysroot_to_chain (const char *sysroot, int chain) in add_sysroot_to_chain() argument 330 p->name = concat (sysroot, p->name + 1, NULL); in add_sysroot_to_chain() 332 p->name = concat (sysroot, p->name + strlen ("$SYSROOT"), NULL); in add_sysroot_to_chain() 348 merge_include_chains (const char *sysroot, cpp_reader *pfile, int verbose) in merge_include_chains() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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 | BUILD.gn | 3 import("//llvm/utils/gn/build/sysroot.gni") 265 if (sysroot != "") { 267 assert(is_clang, "sysroot only works with clang-cl as host compiler") 268 cflags += [ "/winsysroot" + rebase_path(sysroot, root_build_dir) ] 270 cflags += [ "--sysroot=" + rebase_path(sysroot, root_build_dir) ] 274 (clang_base_path != "" || sysroot != "")) { 291 if (sysroot != "" && current_os != "win" && is_clang) { 295 !use_goma || sysroot != "", 296 …"goma needs a sysroot: run `llvm/utils/sysroot.py make-fake --out-dir=sysroot` and add `sysroot = …
|
| H A D | sysroot.gni | 2 # Path of sysroot to use. 3 sysroot = ""
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | HowToCrossCompileBuiltinsOnArm.rst | 31 * ``An arm-linux-gnueabihf sysroot`` 47 sysroot. In theory it is possible to use the Linux distributions multiarch 50 to supply a sysroot is to download the arm-linux-gnueabihf toolchain. This can 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 145 …arm-linux-gnueabi -march=armv7a --gcc-toolchain=/path/to/gcc-toolchain --sysroot=/path/to/gcc-tool… [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| H A D | t-uclinux | 28 sysroot-suffix.h: $(srcdir)/config/m68k/print-sysroot-suffix.sh 29 $(SHELL) $(srcdir)/config/m68k/print-sysroot-suffix.sh \ 33 generated_files += sysroot-suffix.h
|
| H A D | t-linux | 28 sysroot-suffix.h: $(srcdir)/config/m68k/print-sysroot-suffix.sh 29 $(SHELL) $(srcdir)/config/m68k/print-sysroot-suffix.sh \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| H A D | t-uclinux | 28 sysroot-suffix.h: $(srcdir)/config/m68k/print-sysroot-suffix.sh 29 $(SHELL) $(srcdir)/config/m68k/print-sysroot-suffix.sh \ 33 generated_files += sysroot-suffix.h
|
| H A D | t-linux | 28 sysroot-suffix.h: $(srcdir)/config/m68k/print-sysroot-suffix.sh 29 $(SHELL) $(srcdir)/config/m68k/print-sysroot-suffix.sh \
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | options.cc | 842 const char* sysroot = TARGET_SYSTEM_ROOT; in get_default_sysroot() local 843 if (*sysroot == '\0') in get_default_sysroot() 855 return sysroot; in get_default_sysroot() 1054 if (this->sysroot() == NULL || this->sysroot()[0] == '\0') in add_sysroot() 1057 if (this->sysroot() == NULL || this->sysroot()[0] == '\0') in add_sysroot() 1061 char* canonical_sysroot = lrealpath(this->sysroot()); in add_sysroot() 1066 p->add_sysroot(this->sysroot(), canonical_sysroot); in add_sysroot() 1449 Search_directory::add_sysroot(const char* sysroot, in add_sysroot() argument 1452 gold_assert(*sysroot != '\0'); in add_sysroot() 1456 && !IS_DIR_SEPARATOR(sysroot[strlen(sysroot) - 1])) in add_sysroot() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | options.cc | 842 const char* sysroot = TARGET_SYSTEM_ROOT; in get_default_sysroot() local 843 if (*sysroot == '\0') in get_default_sysroot() 855 return sysroot; in get_default_sysroot() 1054 if (this->sysroot() == NULL || this->sysroot()[0] == '\0') in add_sysroot() 1057 if (this->sysroot() == NULL || this->sysroot()[0] == '\0') in add_sysroot() 1061 char* canonical_sysroot = lrealpath(this->sysroot()); in add_sysroot() 1066 p->add_sysroot(this->sysroot(), canonical_sysroot); in add_sysroot() 1458 Search_directory::add_sysroot(const char* sysroot, in add_sysroot() argument 1461 gold_assert(*sysroot != '\0'); in add_sysroot() 1465 && !IS_DIR_SEPARATOR(sysroot[strlen(sysroot) - 1])) in add_sysroot() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
| H A D | t-bfin-linux | 47 linux-sysroot-suffix.h: $(srcdir)/config/bfin/print-sysroot-suffix.sh 48 $(SHELL) $(srcdir)/config/bfin/print-sysroot-suffix.sh \ 52 generated_files += linux-sysroot-suffix.h
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| H A D | t-bfin-linux | 47 linux-sysroot-suffix.h: $(srcdir)/config/bfin/print-sysroot-suffix.sh 48 $(SHELL) $(srcdir)/config/bfin/print-sysroot-suffix.sh \ 52 generated_files += linux-sysroot-suffix.h
|
| /netbsd-src/external/apache2/llvm/dist/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" ]
|