Lines Matching refs:dump
317 dump "$(bh_host_text) Using host gcc: $GCC $@"
319 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@"
336 dump "$(bh_host_text) Using host gcc: ${HOST_FULLPREFIX}gcc $@"
338 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@"
369 dump "Generating $2-compatible binaries."
498 dump "If you want to build Darwin binaries on a non-Darwin machine,"
499 … dump "Please define DARWIN_TOOLCHAIN to name it, and DARWIN_SYSROOT to point"
500 dump "to the SDK. For example:"
501 dump ""
502 dump " DARWIN_TOOLCHAIN=\"i686-apple-darwin11\""
503 dump " DARWIN_SYSROOT=\"~/darwin-cross/MacOSX10.7.sdk\""
504 dump " export DARWIN_TOOLCHAIN DARWIN_SYSROOT"
505 dump ""
511 … dump "It looks like $DARWIN_TOOLCHAIN-gcc is not in your path, or does not work correctly!"
514 dump "Using darwin cross-toolchain: ${HOST_FULLPREFIX}gcc"
538 dump "There is no Windows cross-compiler. Ensure that you"
539 dump "have one of these installed and in your path:"
540 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
541 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
542 dump " i586-mingw32msvc-gcc ('mingw32' Debian/Ubuntu package)"
543 dump " i686-pc-mingw32 (on Fedora)"
544 dump ""
578 dump "There is no Windows cross-compiler in your path. Ensure you"
579 dump "have one of these installed and in your path:"
580 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
581 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
582 … dump " amd64-mingw32msvc-gcc (Debian/Ubuntu - broken until Ubuntu 11.10)"
583 dump ""