HomeSort by: relevance | last modified time | path
    Searched refs:sysroot (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/dist-build/
android-build.sh 53 --with-sysroot="${TOOLCHAIN_DIR}/sysroot" || exit 1
69 --with-sysroot="${TOOLCHAIN_DIR}/sysroot" || exit 1
  /src/tools/gcc/
Makefile 74 --with-sysroot=${DESTDIR} \
154 CXXADDFLAGS= --sysroot=${DESTDIR}
155 CCADDFLAGS= --sysroot=${DESTDIR} -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/ -I${.OBJDIR}/.native/gcc/include
209 --with-sysroot=${DESTDIR}
mknative-gcc.old 455 write_c $_OUTDIRBASE/usr.bin/$_subdir/arch/$_MACHINE_ARCH/sysroot-suffix.h <$_TMPDIR/gcc/sysroot-suffix.h
mknative-gcc 461 write_c $_OUTDIRBASE/usr.bin/$_subdir/arch/$_MACHINE_ARCH/sysroot-suffix.h <$_TMPDIR/gcc/sysroot-suffix.h
  /src/tools/host-mkdep/
host-mkdep.in 186 --sysroot*)
  /src/tools/binutils/
Makefile 12 --with-lib-path="=/usr/lib" --with-sysroot
  /src/tools/gdb/
Makefile 63 CCADDFLAGS+= --sysroot=${DESTDIR} -B${DESTDIR}/usr/lib/ \
  /src/share/mk/
bsd.own.mk 432 # Don't append another copy of sysroot (coming from COMPATCPPFLAGS etc.)
434 # for each specific sysroot argument.
435 # Also don't add a sysroot at all if a rumpkernel build.
438 . if empty(CPPFLAGS:M*--sysroot=*)
439 CPPFLAGS+= --sysroot=${DESTDIR}
441 LDFLAGS+= --sysroot=${DESTDIR}
443 . if empty(CPPFLAGS:M*--sysroot=*)
444 CPPFLAGS+= --sysroot=/
446 LDFLAGS+= --sysroot=/
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 2615 # Replace a leading = in PATH with a sysroot. Store the result into
2629 # If PATH begins with the sysroot, replace it with = and
2639 # Including no sysroot.
4001 # Remove sysroot references
6982 # Will only happen for absolute or sysroot arguments
6985 # Preserve sysroot, but never include relative directories
7065 -model|-arch|-isysroot|--sysroot)
7273 # --sysroot=* for sysroot support
7277 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 1339 # Replace a leading = in PATH with a sysroot. Store the result into
1353 # If PATH begins with the sysroot, replace it with = and
1363 # Including no sysroot.
2682 # Remove sysroot references
5572 # Will only happen for absolute or sysroot arguments
5575 # Preserve sysroot, but never include relative directories
5650 -model|-arch|-isysroot|--sysroot)
5852 # --sysroot=* for sysroot support
5855 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*|
    [all...]
configure 1534 --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
1535 compiler's sysroot if not specified).
11041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
11042 $as_echo_n "checking for sysroot... " >&6; }
11044 # Check whether --with-sysroot was given.
11056 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
11067 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 1248 [AC_MSG_CHECKING([for sysroot])
1249 AC_ARG_WITH([sysroot],
1250 [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
1251 [Search for dependent libraries within DIR (or the compiler's sysroot
1261 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1271 AC_MSG_ERROR([The sysroot must be an absolute path.])
7543 # Expand the sysroot to ease extracting the directories later.

Completed in 120 milliseconds