X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fhv-install-2;h=0fd794c07b4a6427fa5a816bf886cc539894caab;hb=d93443fd15258fa1e553233d64efcd91be89ab18;hp=5c9d66b167269f40c6de1128b386b1bcf9137f31;hpb=e3cea905616f1775d6be858bb65687373315c9c0;p=hvlinux.git diff --git a/stage0/hv-install-2 b/stage0/hv-install-2 index 5c9d66b..0fd794c 100755 --- a/stage0/hv-install-2 +++ b/stage0/hv-install-2 @@ -9,13 +9,6 @@ if [ x"${INSTALL_GLIBC}" == x"1" ]; then ipkg -m noac ${KERNEL} fi -case "${HVL_TARGET}" in - x86*) - ipkg ${FILE_PKG} - ipkg ${NCURSES} - ;; -esac - ipkg ${GMP} "\ --enable-cxx \ --disable-static" @@ -50,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 $?