X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpackages-update;h=5965f8be45a955900618d4d3d4f0fcbaeeeffca6;hb=4e78d26dd7f5e46a21cdc916e031f1b4a68578c0;hp=569318d45d025bc9b5a7bf865224439428c29095;hpb=91225b782d7c0309719e45df4c603e52d28d96d3;p=hvlinux.git diff --git a/stage0/packages-update b/stage0/packages-update index 569318d..5965f8b 100755 --- a/stage0/packages-update +++ b/stage0/packages-update @@ -5,17 +5,11 @@ source ../functions/main update_packages_init ${*} if [ x"${INSTALL_GLIBC}" == x"1" ]; then - if [ "x${KERNEL}" = "x${NOUVEAU_NVIDIA_KERNEL}" ]; then - # Special case - fpkg -m hv ${KERNEL} - else - fpkg -s "linux/kernel/v$(get_pkg_ver1 ${KERNEL}).0" ${KERNEL} \ - ${KERNEL_URL} - fi + fpkg -m gnu ${GLIBC} + fpkg -s "linux/kernel/v$(get_pkg_ver1 ${KERNEL}).0" ${KERNEL} \ + ${KERNEL_URL} 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" @@ -24,8 +18,8 @@ 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} -if [ x"${INSTALL_GLIBC}" == x1 ]; then - fpkg -m gnu ${GLIBC} +if [ x"${HVL_TARGET}" == x"avr" ]; then + fpkg ${AVRLIBC} "http://download.savannah.gnu.org/releases/avr-libc" fi exit $?