From: <ped...@us...> - 2008-09-24 11:52:36
|
Revision: 1189 http://cegcc.svn.sourceforge.net/cegcc/?rev=1189&view=rev Author: pedroalves Date: 2008-09-24 11:52:20 +0000 (Wed, 24 Sep 2008) Log Message: ----------- Didn't mean to push this bit, at least without a user option... * build-cegcc.sh (build_gcc): Remove -j4. * build-mingw32ce.sh (build_gcc): Likewise. Modified Paths: -------------- trunk/cegcc/src/ChangeLog trunk/cegcc/src/build-cegcc.sh trunk/cegcc/src/build-mingw32ce.sh Modified: trunk/cegcc/src/ChangeLog =================================================================== --- trunk/cegcc/src/ChangeLog 2008-09-24 01:30:18 UTC (rev 1188) +++ trunk/cegcc/src/ChangeLog 2008-09-24 11:52:20 UTC (rev 1189) @@ -1,5 +1,10 @@ 2008-09-24 Pedro Alves <ped...@us...> + * build-cegcc.sh (build_gcc): Remove -j4. + * build-mingw32ce.sh (build_gcc): Likewise. + +2008-09-24 Pedro Alves <ped...@us...> + * build-cegcc.sh: Rewrite based on build-mingw32ce.sh. 2008-09-24 Pedro Alves <ped...@us...> Modified: trunk/cegcc/src/build-cegcc.sh =================================================================== --- trunk/cegcc/src/build-cegcc.sh 2008-09-24 01:30:18 UTC (rev 1188) +++ trunk/cegcc/src/build-cegcc.sh 2008-09-24 11:52:20 UTC (rev 1189) @@ -265,7 +265,7 @@ # --disable-clocale \ - make -j4 + make make install cd ${BUILD_DIR} Modified: trunk/cegcc/src/build-mingw32ce.sh =================================================================== --- trunk/cegcc/src/build-mingw32ce.sh 2008-09-24 01:30:18 UTC (rev 1188) +++ trunk/cegcc/src/build-mingw32ce.sh 2008-09-24 11:52:20 UTC (rev 1189) @@ -260,7 +260,7 @@ # --disable-clocale \ - make -j4 + make make install cd ${BUILD_DIR} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |