Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/llvm/cmake/platforms/
H A DAndroid.cmake25 …ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sysroo…
/minix3/tools/gcc/
H A DMakefile74 --with-sysroot=${DESTDIR} \
146 CXXADDFLAGS= --sysroot=${DESTDIR}
147 CCADDFLAGS= --sysroot=${DESTDIR} -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/ -I${.O…
212 --with-sysroot=${DESTDIR}
H A Dmknative-gcc388 …write_c $_OUTDIRBASE/usr.bin/$_subdir/arch/$MACHINE_ARCH/sysroot-suffix.h <$_TMPDIR/gcc/sysroot-su…
H A Dmknative-gcc.old692 …write_c $_OUTDIRBASE/usr.bin/$_subdir/arch/$MACHINE_ARCH/sysroot-suffix.h <$_TMPDIR/gcc/sysroot-su…
/minix3/external/gpl3/gcc/lib/
H A DMakefile.hacks31 FAKEHEADERS+= ${EXTRA_FAKEHEADERS} insn-flags.h sysroot-suffix.h
/minix3/external/lgpl3/gmp/
H A DMakefile.netbsd-gmp7 CCADDFLAGS= --sysroot=${DESTDIR} -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/ -I${.O…
/minix3/external/bsd/libc++/dist/libcxx/test/
H A Dlit.site.cfg.in22 config.sysroot = "@LIBCXX_SYSROOT@"
/minix3/external/bsd/llvm/dist/clang/include/clang/Config/
H A Dconfig.h.cmake20 /* Default <path> to all compiler invocations for --sysroot=<path>. */
H A Dconfig.h.in20 /* Default <path> to all compiler invocations for --sysroot=<path>. */
/minix3/external/bsd/llvm/dist/clang/test/Modules/
H A Ddependency-gen.m22 #import "stdint.h" // inside sysroot
/minix3/tools/
H A DMakefile.host47 HOST_CPPFLAGS:= ${HOST_CPPFLAGS:N-Wp,-iremap,*:N--sysroot=*}
/minix3/tools/host-mkdep/
H A Dhost-mkdep.in186 --sysroot*)
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp51 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) in InitHeaderSearch() argument
52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot), in InitHeaderSearch()
53 HasSysroot(!(sysroot.empty() || sysroot == "/")) { in InitHeaderSearch()
/minix3/external/bsd/llvm/dist/llvm/utils/crosstool/ARM/
H A Dbuild-install-linux.sh184 --with-sysroot=${SYSROOT}
/minix3/tools/binutils/
H A DMakefile12 --with-lib-path="=/usr/lib" --with-sysroot
/minix3/external/bsd/libc++/dist/libcxx/test/libcxx/test/
H A Dconfig.py381 sysroot = self.get_lit_conf('sysroot')
382 if sysroot:
383 self.cxx.flags += ['--sysroot', sysroot]
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td159 def warn_missing_sysroot : Warning<"no such sysroot directory: '%0'">,
160 InGroup<DiagGroup<"missing-sysroot">>;
/minix3/external/bsd/llvm/dist/clang/docs/
H A DCrossCompilation.rst53 option will work magically. Some options, like ``--sysroot`` (which
132 ``--sysroot``, ``-I``, and ``-L``. The two last ones are well known,
139 a directory, you have to use ``--sysroot=<path>``. The path is the
/minix3/share/mk/
H A Dbsd.own.mk100 CPPFLAGS+= --sysroot=${DESTDIR}
101 LDFLAGS+= --sysroot=${DESTDIR}
466 CPPFLAGS+= --sysroot=${DESTDIR}
467 LDFLAGS+= --sysroot=${DESTDIR}
469 CPPFLAGS+= --sysroot=/
470 LDFLAGS+= --sysroot=/
/minix3/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/
H A Ddefs.mk20 …TDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h sysroot-suffix.h ${GNUHOS…
32 …TDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h sysroot-suffix.h ${GNUHOS…
37 …TDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h sysroot-suffix.h ${GNUHOS…
46 …TDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h sysroot-suffix.h ${GNUHOS…
48 …TDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h sysroot-suffix.h ${GNUHOS…
H A Dgtyp-input.list18 sysroot-suffix.h
/minix3/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/
H A Ddefs.mk20 …TDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h sysroot-suffix.h ${GNUHOS…
32 …TDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h sysroot-suffix.h ${GNUHOS…
37 …TDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h sysroot-suffix.h ${GNUHOS…
46 …TDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h sysroot-suffix.h ${GNUHOS…
48 …TDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sh/netbsd-elf.h sysroot-suffix.h ${GNUHOS…
H A Dgtyp-input.list19 sysroot-suffix.h
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DHowToCrossCompileLLVM.rst151 which will create a sysroot on the install-dir. You can then tar
/minix3/external/bsd/llvm/dist/clang/
H A DCMakeLists.txt183 "Default <path> to all compiler invocations for --sysroot=<path>." )

123