-Renamed GCC_CORE -> GCC
[hvlinux.git] / stage0 / install-1
index af1cd15..755a345 100755 (executable)
@@ -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 $?