Home | History | Annotate | Download | only in x86_64-linux-glibc2.11-4.8

Lines Matching defs:install_dir

128 install_dir () { echo "$WORK_DIR/$PHASE/$TOOLCHAIN_NAME"; }
142 # Location of the final sysroot. This must be a sub-directory of INSTALL_DIR
145 sysroot_dir () { echo "$(install_dir)/sysroot"; }
1345 BINPREFIX=$(install_dir)/bin/${GCC_TARGET}-
1445 --prefix=$(install_dir) \
1493 --prefix=$(install_dir) \
1495 --with-sysroot=$(install_dir) \
1539 --prefix=$(install_dir) \
1541 --with-gmp=$(install_dir) \
1584 --prefix=$(install_dir) \
1586 --with-gmp=$(install_dir) \
1587 --with-mpfr=$(install_dir) \
1626 --prefix=$(install_dir) \
1628 --with-gmp-prefix=$(install_dir) \
1654 --prefix=$(install_dir) \
1656 --with-gmp-prefix=$(install_dir) \
1685 EXTRA_CONFIGURE_FLAGS="--with-cloog=$(install_dir)"
1692 --prefix=$(install_dir) \
1695 --with-gmp=$(install_dir) \
1696 --with-mpfr=$(install_dir) \
1697 --with-mpc=$(install_dir) \
1734 rm -rf $(install_dir)/share
1735 rm -rf $(install_dir)/man
1736 rm -rf $(install_dir)/info
1737 rm -rf $(install_dir)/libexec/*/*/install-tools
1738 #rm -rf $(install_dir)/$GCC_TARGET/bin
1739 find $(install_dir) -name "*.la" -exec rm -f {} \;
1741 (strip $(install_dir)/bin/*)
1742 (strip $(install_dir)/libexec/gcc/$GCC_TARGET/*/*)
1751 cp -f $0 $(install_dir)
1756 cp -rf "$PATCHES_DIR" $(install_dir)
1761 cp $DOWNLOAD_DIR/SOURCES $(install_dir)/PACKAGE_SOURCES &&
1762 cp $TOOLCHAIN_SRC_DIR/SOURCES $(install_dir)/TOOLCHAIN_SOURCES
1766 pack_archive $TOOLCHAIN_ARCHIVE "`dirname $(install_dir)`" "`basename $(install_dir)`"
1773 copy_directory "$(install_dir)" "$PREFIX_DIR/$TOOLCHAIN_NAME"