Revision: 7775 http://sourceforge.net/p/ipcop/svn/7775 Author: owes Date: 2015-01-06 14:44:43 +0000 (Tue, 06 Jan 2015) Log Message: ----------- Need to build mpc for newer gcc
Modified Paths: -------------- ipcop/branches/toolchain/make.sh Modified: ipcop/branches/toolchain/make.sh =================================================================== --- ipcop/branches/toolchain/make.sh 2015-01-06 14:38:01 UTC (rev 7774) +++ ipcop/branches/toolchain/make.sh 2015-01-06 14:44:43 UTC (rev 7775) @@ -63,6 +63,9 @@ # Just an arbitrary name for the downloadable, prebuilt toolchain (if you want to save time compiling). TOOLCHAINVERSION=2.1.3 +# Use something wholly different for branch, allows to use same cache directory +TOOLCHAINVERSION=2.99.1 + # A collection of all the external software needed to build, install, and run ipcop. This is for GPL compliance. OTHERSRC=${SNAME}-${VERSION}-othersrc.tar.bz2 @@ -1690,7 +1693,7 @@ toolchain_make binutils toolchain_make gmp toolchain_make mpfr - #toolchain_make mpc + toolchain_make mpc toolchain_make gcc # gcc pass1 is removed on lfs/strip. If absent that mean we don't need this signature [ -f /${TOOLS_DIR}/bin/${LFS_TGT}-gcc ] && update-gcc-hash "/${TOOLS_DIR}/bin/${LFS_TGT}-gcc" @@ -1759,7 +1762,7 @@ chroot_make binutils chroot_make gmp chroot_make mpfr - #chroot_make mpc + chroot_make mpc chroot_make gcc update-gcc-hash "${BASEDIR}/build_${MACHINE}/ipcop/usr/bin/gcc" chroot_make sed This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn