Home
last modified time | relevance | path

Searched refs:sysroot (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Dprint-sysroot-suffix.sh61 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 Dt-sysroot-suffix3 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 Ddarwin-f.c49 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 Dprint-sysroot-suffix.sh61 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 Dt-sysroot-suffix3 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 Ddarwin-f.cc49 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 Dprint-sysroot-suffix.sh59 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 Dt-sysroot-suffix1 # 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 D15-android.conf54 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 D15-android.conf54 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 Dincpath.cc130 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 Dincpath.c126 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 Dmac_sdk.gni1 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 DBUILD.gn3 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 Dsysroot.gni2 # Path of sysroot to use.
3 sysroot = ""
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToCrossCompileBuiltinsOnArm.rst31 * ``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 Dt-uclinux28 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 Dt-linux28 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 Dt-uclinux28 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 Dt-linux28 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 Doptions.cc842 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 Doptions.cc842 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 Dt-bfin-linux47 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 Dt-bfin-linux47 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 DBUILD.gn3 import("//llvm/utils/gn/build/sysroot.gni")
11 include_dirs = [ "$sysroot/usr/include/libxml2" ]

12345678910>>...14