X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpackages-update;h=d220f0f9e89145a646bbcdee048b411a0ca43182;hb=6ef29aea0134cb6e7e3f34233495b4d68818668f;hp=5951e96e85c7e6687f9bbde6799c74ffe5f53523;hpb=f0d54c69a71d7d5cb32aa342ea38cba6aab9570f;p=hvlinux.git diff --git a/stage0/packages-update b/stage0/packages-update index 5951e96..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,8 +14,6 @@ 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" @@ -32,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 $?