X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fhv-install-2;h=0fd794c07b4a6427fa5a816bf886cc539894caab;hb=2d36bafc0055af1b2da89831b102bc82dd1f3d37;hp=d4ae7b49460128efb5ea12d4b5256595b7f3eeef;hpb=bdd3347ff8920ece383a232d12aef0d3720c8bff;p=hvlinux.git diff --git a/stage0/hv-install-2 b/stage0/hv-install-2 index d4ae7b4..0fd794c 100755 --- a/stage0/hv-install-2 +++ b/stage0/hv-install-2 @@ -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 $?