Home | History | Annotate | Download | only in tools

Lines Matching refs:SYSROOT

43 register_var_option "--sysroot=<path>"   OPTION_SYSROOT   "Specify sysroot directory directly"
225 # Without option "--sysroot" (and its variations), GCC will attempt to
226 # search path specified by "--with-sysroot" at build time for headers/libs.
227 # Path at --with-sysroot contains minimal headers and libs to boostrap
229 # sysroot at specified API level,and Android build explicit lists header/lib
232 # It's better to point --with-sysroot to local directory otherwise the
238 # For canadian build --with-sysroot has to be sub-directory of --prefix.
243 TOOLCHAIN_BUILD_SYSROOT=$TOOLCHAIN_BUILD_PREFIX/sysroot
244 dump "Sysroot : Copying: $SYSROOT --> $TOOLCHAIN_BUILD_SYSROOT"
245 mkdir -p $TOOLCHAIN_BUILD_SYSROOT && (cd $SYSROOT && tar ch *) | (cd $TOOLCHAIN_BUILD_SYSROOT && tar x)
247 echo "Error while copying sysroot files. See $TMPLOG"
351 --with-sysroot=$TOOLCHAIN_BUILD_SYSROOT \