X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpackages-update;h=d220f0f9e89145a646bbcdee048b411a0ca43182;hb=d93443fd15258fa1e553233d64efcd91be89ab18;hp=f3d668d2af96b6526469f600fa3a987993174fbb;hpb=b86e920731c7960bdae1088efcab2577a00b6548;p=hvlinux.git diff --git a/stage0/packages-update b/stage0/packages-update index f3d668d..d220f0f 100755 --- a/stage0/packages-update +++ b/stage0/packages-update @@ -1,9 +1,5 @@ #!/bin/bash -USE_LFS_PATCHES=1 -USE_BLFS_PATCHES=1 -USE_CLFS_PATCHES=1 - source ../functions/main update_packages_init ${*} @@ -18,11 +14,10 @@ if [ x"${INSTALL_GLIBC}" == x"1" ]; then fi fi -fpkg -e "tar.gz" ${FILE_PKG} "ftp://ftp.astron.com/pub/file" -fpkg -m gnu ${NCURSES} fpkg -m gnu ${GMP} fpkg -m gnu ${MPFR} fpkg -e "tar.gz" ${MPC} "http://www.multiprecision.org/mpc/download" +fpkg ${ISL} "http://isl.gforge.inria.fr" fpkg -e "tar.gz" ${CLOOG} "http://www.bastoul.net/cloog/pages/download" fpkg -e "tar.bz2" -m gnu ${BINUTILS} fpkg -m gnu -s "gcc/${GCC}" ${GCC} @@ -31,4 +26,8 @@ if [ x"${INSTALL_GLIBC}" == x1 ]; then fpkg -m gnu ${GLIBC} fi +if [ x"${HVL_TARGET}" == x"avr" ]; then + fpkg ${AVRLIBC} "http://download.savannah.gnu.org/releases/avr-libc" +fi + exit $?