X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpackages-update;h=d220f0f9e89145a646bbcdee048b411a0ca43182;hb=2d36bafc0055af1b2da89831b102bc82dd1f3d37;hp=167e9de9785ef32b787d7002a1bab61327e64213;hpb=bdd3347ff8920ece383a232d12aef0d3720c8bff;p=hvlinux.git diff --git a/stage0/packages-update b/stage0/packages-update index 167e9de..d220f0f 100755 --- a/stage0/packages-update +++ b/stage0/packages-update @@ -26,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 $?