Home | History | Annotate | Download | only in tools

Lines Matching refs:SYSROOT

526 # If SYSROOT is empty, check that $1/$2 contains a sysroot
529 # $1: sysroot path
533 if [ -z "$SYSROOT" ] ; then
534 log "Probing directory for sysroot: $1/$2"
536 SYSROOT=$1/$2
541 # Determine sysroot
547 eval SYSROOT="$1"
548 log "Using specified sysroot: $1"
551 SYSROOT=
556 if [ -z "$SYSROOT" ] ; then
557 echo "ERROR: Could not find NDK sysroot path for $SYSROOT_SUFFIX."
558 echo " Use --sysroot=<path> to specify one."
563 if [ ! -f $SYSROOT/usr/include/stdlib.h ] ; then
564 echo "ERROR: Invalid sysroot path: $SYSROOT"
565 echo " Use --sysroot=<path> to indicate a valid one."
606 log "Use darwin sysroot $DARWIN_SYSROOT"
608 echo "darwin sysroot $DARWIN_SYSROOT is not valid"
1312 # Return the default platform sysroot corresponding to a given architecture
1313 # This is the sysroot used to build the toolchain and other binaries like