[Lunar-commits] r16291 - moonbase/trunk/compilers/gcc
Terry Chan
tchan at lunar-linux.org
Thu Sep 1 07:44:06 UTC 2005
Author: tchan
Date: 2005-09-01 07:44:05 +0000 (Thu, 01 Sep 2005)
New Revision: 16291
Modified:
moonbase/trunk/compilers/gcc/BUILD
moonbase/trunk/compilers/gcc/DETAILS
moonbase/trunk/compilers/gcc/POST_INSTALL
Log:
Version bump to gcc-3.4.4. (Finally). It doesn't seem to matter which
you do first gcc-3.4.4 or glibc-2.3.5. I started with gcc-3.4.4 first
and then did glibc-2.3.5, then binutils and then whatever else I wanted
to recompile next. Seems to be fairly painless.
Modified: moonbase/trunk/compilers/gcc/BUILD
===================================================================
--- moonbase/trunk/compilers/gcc/BUILD 2005-08-31 18:33:54 UTC (rev 16290)
+++ moonbase/trunk/compilers/gcc/BUILD 2005-09-01 07:44:05 UTC (rev 16291)
@@ -19,7 +19,7 @@
--with-system-zlib \
--enable-shared &&
- sedit 's/= install-headers-tar/= install-headers-cpio/' gcc/Makefile &&
+# sedit 's/= install-headers-tar/= install-headers-cpio/' gcc/Makefile &&
make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean &&
prepare_install &&
Modified: moonbase/trunk/compilers/gcc/DETAILS
===================================================================
--- moonbase/trunk/compilers/gcc/DETAILS 2005-08-31 18:33:54 UTC (rev 16290)
+++ moonbase/trunk/compilers/gcc/DETAILS 2005-09-01 07:44:05 UTC (rev 16291)
@@ -1,14 +1,13 @@
MODULE=gcc
- VERSION=3.3.3
- #VERSION=3.2.2
+ VERSION=3.4.4
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=$GNU_URL/gcc/releases/$MODULE-$VERSION/
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/releases/$MODULE-$VERSION/
- SOURCE_URL[2]=http://www.online-mirror.org/gcc/releases/$MODULE-$VERSION/
- SOURCE_VFY=md5:3c6cfd9fcd180481063b4058cf6faff2
+ SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION/
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION/
+ SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION/
+ SOURCE_VFY=sha1:dbe5935c04f799c77b49d6806f9d7db6d9b5cd35
WEB_SITE=http://gcc.gnu.org
ENTERED=20020628
- UPDATED=20040216
+ UPDATED=20050831
PSAFE=no
SHORT="gcc is the GNU compiler collection."
cat << EOF
Modified: moonbase/trunk/compilers/gcc/POST_INSTALL
===================================================================
--- moonbase/trunk/compilers/gcc/POST_INSTALL 2005-08-31 18:33:54 UTC (rev 16290)
+++ moonbase/trunk/compilers/gcc/POST_INSTALL 2005-09-01 07:44:05 UTC (rev 16291)
@@ -1,5 +1,5 @@
-cd /usr/lib/gcc-lib/$BUILD/$VERSION &&
+cd /usr/lib/gcc/$BUILD/$VERSION &&
ln -sf /usr/bin/cpp cpp &&
cd /lib/ &&
ln -sf /usr/bin/cpp cpp &&
More information about the Lunar-commits
mailing list