Add new architecture AVR
[hvlinux.git] / stage0 / packages-update
index 167e9de..d220f0f 100755 (executable)
@@ -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 $?