Upgraded to gcc-4.5.1
[hvlinux.git] / stage0 / install-1
index af1cd15..3207709 100755 (executable)
@@ -27,22 +27,29 @@ esac
 
 CPPFLAGS=-fexceptions \
     ipkg_ac   ${GMP}  "--enable-cxx"
+
 LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     ipkg_ac   ${MPFR} "--enable-shared --with-gmp=/cross-tools"
 
+LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
+    ipkg_ac   ${MPC} "--enable-shared \
+        --with-gmp=/cross-tools \
+        --with-mpfr=/cross-tools"
+
 LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     ipkg_ac   ${PPL}  "--enable-shared \
         --enable-interfaces=c,cxx \
         --disable-optimization \
         --with-libgmp-prefix=/cross-tools \
         --with-libgmpxx-prefix=/cross-tools"
+
 LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     ipkg_cust ${CLOOG_PPL} cis-cloog-ppl "--enable-shared --with-bits=gmp \
         --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 $?