X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpackages-update;h=5965f8be45a955900618d4d3d4f0fcbaeeeffca6;hb=4e78d26dd7f5e46a21cdc916e031f1b4a68578c0;hp=167e9de9785ef32b787d7002a1bab61327e64213;hpb=bdd3347ff8920ece383a232d12aef0d3720c8bff;p=hvlinux.git diff --git a/stage0/packages-update b/stage0/packages-update index 167e9de..5965f8b 100755 --- a/stage0/packages-update +++ b/stage0/packages-update @@ -5,13 +5,9 @@ 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 -m gnu ${GMP} @@ -22,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 $?