#!/bin/bash LFS_STAGE="stage0" # We don't use LFS or BLFS patches because we want to carefully # select which patch get applied USE_CLFS_PATCHES=1 USE_HV_PATCHES=1 # Reading system configuration informations, functions and package versions. source ../sysinfos source ../functions source ../functions-update source ../packages-list update_packages_init if [ ${#} -eq 1 -a "x${1}" = "xtest" ]; then export TEST_INTEGRITY=1 fi fpkg ${KERNEL} "http://www.kernel.org/pub/linux/kernel/v2.6" fpkg ${FILE_PKG} "ftp://ftp.astron.com/pub/file" fpkg_gnu ${NCURSES} fpkg_gnu ${GMP} fpkg_gnu ${MPFR} fpkg -e "tar.gz" ${MPC} "http://www.multiprecision.org/mpc/download" fpkg -s "$(get_pkg_ver ${PPL})" ${PPL} \ "http://www.cs.unipr.it/ppl/Download/ftp/releases" fpkg ${CLOOG_PPL} "ftp://gcc.gnu.org/pub/gcc/infrastructure" fpkg_gnu ${BINUTILS} fpkg_gnu ${GCC} "gcc/${GCC}" fpkg ${EGLIBC} "http://cross-lfs.org/files/packages/svn" fpkg ${EGLIBC_PORTS} "http://cross-lfs.org/files/packages/svn" exit $?