X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Finstall-1;h=755a345bb1461a01edc57a982e1790eff21c556b;hb=1b4c0c44b348fba99b9baa60bc6786b491d9ecf3;hp=af1cd15a56d76415c71d633363e7930e8bd5a992;hpb=07bb6026cea496a885d217cc5f505ca3896d78b8;p=hvlinux.git diff --git a/stage0/install-1 b/stage0/install-1 index af1cd15..755a345 100755 --- a/stage0/install-1 +++ b/stage0/install-1 @@ -41,8 +41,8 @@ LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ --with-gmp=/cross-tools --with-ppl=/cross-tools" ipkg_cust ${BINUTILS} cis-binutils -ipkg ${GCC_CORE} cis-gcc-pass1 "${GCC_CORE}-pass1" +ipkg ${GCC} cis-gcc-pass1 "${GCC}-pass1" ipkg_cust ${EGLIBC} cis-eglibc -ipkg ${GCC_CORE} cis-gcc-pass2 "${GCC_CORE}-pass2" +ipkg ${GCC} cis-gcc-pass2 "${GCC}-pass2" exit $?