Home | History | Annotate | Download | only in i686-linux-glibc2.7-4.6

Lines Matching defs:install_dir

124 install_dir () { echo "$WORK_DIR/$PHASE/$TOOLCHAIN_NAME"; }
130 # Location of the final sysroot. This must be a sub-directory of INSTALL_DIR
133 sysroot_dir () { echo "$(install_dir)/sysroot"; }
1325 BINPREFIX=$(install_dir)/bin/${GCC_TARGET}-
1427 --prefix=$(install_dir) \
1470 ../gmp-$GMP_VERSION/configure --prefix=$(install_dir) --host=$GMP_TARGET --disable-shared
1513 --prefix=$(install_dir) \
1515 --with-gmp=$(install_dir) \
1558 --prefix=$(install_dir) \
1560 --with-gmp=$(install_dir) \
1561 --with-mpfr=$(install_dir) \
1590 export PATH=$(install_dir)/bin:$OLD_PATH &&
1593 export LD_LIBRARY_PATH=$(install_dir)/lib:$OLD_LD_LIBRARY_PATH &&
1594 export LDFLAGS="-L$(install_dir)/lib" &&
1596 --prefix=$(install_dir) \
1599 --with-gmp=$(install_dir) \
1600 --with-mpfr=$(install_dir) \
1601 --with-mpc=$(install_dir) \
1619 export PATH=$(install_dir)/bin:$OLD_PATH &&
1620 export LD_LIBRARY_PATH=$(install_dir)/lib:$OLD_LD_LIBRARY_PATH &&
1629 export PATH=$(install_dir)/bin:$OLD_PATH &&
1630 export LD_LIBRARY_PATH=$(install_dir)/lib:$OLD_LD_LIBRARY_PATH &&
1640 rm -rf $(install_dir)/share
1641 rm -rf $(install_dir)/man
1642 rm -rf $(install_dir)/info
1643 rm -rf $(install_dir)/lib32
1644 rm -rf $(install_dir)/lib64
1645 rm -rf $(install_dir)/libexec/*/*/install-tools
1646 #rm -rf $(install_dir)/$GCC_TARGET/bin
1648 (strip $(install_dir)/bin/*)
1649 (strip $(install_dir)/libexec/gcc/$GCC_TARGET/*/*)
1658 cp -f $0 $(install_dir)
1663 cp -rf "$PATCHES_DIR" $(install_dir)
1668 cp $DOWNLOAD_DIR/SOURCES $(install_dir)/PACKAGE_SOURCES &&
1669 cp $TOOLCHAIN_SRC_DIR/SOURCES $(install_dir)/TOOLCHAIN_SOURCES
1673 pack_archive $TOOLCHAIN_ARCHIVE "`dirname $(install_dir)`" "`basename $(install_dir)`"
1680 copy_directory "$(install_dir)" "$PREFIX_DIR/$TOOLCHAIN_NAME"