X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Finstall-1;h=755a345bb1461a01edc57a982e1790eff21c556b;hb=82375c336cb78838feda12d1501112c86a436d4c;hp=af1cd15a56d76415c71d633363e7930e8bd5a992;hpb=e31a492ed6daa2caeb62aa9ce355c988a62672df;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 $?