Home | History | Annotate | Download | only in tools

Lines Matching full:sysroot

722                     try_host_prefix "$DARWIN_TOOLCHAIN" -m$(tag_to_bits $1) --sysroot "$DARWIN_SYSROOT"
941 # Location of the host sysroot used during the build
951 echo "$(host_gcc_install_dir)/sysroot"
956 # the target libraries, but does *not* include the sysroot
1052 echo "$BUILD_DIR/arch-$1/sysroot"
1067 dump "$(arch_text) Generating minimal sysroot."
1339 --with-sysroot="$INSTALL_DIR/sysroot" \
1357 local SYSROOT=$(host_sysroot)
1359 # We need the arch-specific minimal sysroot
1360 stamps_do sysroot-arch-$TARGET_ARCH gen_minimal_sysroot $TARGET_ARCH
1362 dump "$(host_text)$(toolchain_text) Copying $TARGET_ARCH sysroot"
1363 run2 rm -rf "$SYSROOT" &&
1364 run2 copy_directory "$SRC_SYSROOT" "$SYSROOT"
1374 stamps_do sysroot-gcc-$SYSTEM-$TOOLCHAIN copy_target_sysroot
1452 --with-sysroot="$INSTALL_DIR/sysroot" \