Add new architecture AVR
[hvlinux.git] / stage0 / hv-install-2
index d4ae7b4..0fd794c 100755 (executable)
@@ -43,4 +43,8 @@ if [ x"${INSTALL_GLIBC}" == x"1" ]; then
     ipkg -l "${GCC}-pass2" ${GCC}
 fi
 
+if [ x"${HVL_TARGET}" == x"avr" ]; then
+    ipkg ${AVRLIBC} "--host=avr"
+fi
+
 exit $?