[Lunar-commits] r23602 - in moonbase/trunk/compilers: . gcc gcc3
Auke Kok
sofar at lunar-linux.org
Mon Mar 12 17:27:25 CET 2007
Author: sofar
Date: 2007-03-12 17:27:25 +0100 (Mon, 12 Mar 2007)
New Revision: 23602
Added:
moonbase/trunk/compilers/gcc3/
Modified:
moonbase/trunk/compilers/gcc/POST_INSTALL
moonbase/trunk/compilers/gcc3/DETAILS
moonbase/trunk/compilers/gcc3/POST_INSTALL
Log:
Provide a fallback gcc3 compiler for those who need/want it. Installing this
version will REPLACE the current gcc module transparently. Compiler
optimizations should be retained from 3.4.x as well.
Modified: moonbase/trunk/compilers/gcc/POST_INSTALL
===================================================================
--- moonbase/trunk/compilers/gcc/POST_INSTALL 2007-03-12 15:57:00 UTC (rev 23601)
+++ moonbase/trunk/compilers/gcc/POST_INSTALL 2007-03-12 16:27:25 UTC (rev 23602)
@@ -1,3 +1,5 @@
+# allow seamless upgrade/downgrade from/to gcc <=> gcc3
+remove_module gcc3
cd /usr/lib/gcc/$BUILD/$VERSION &&
ln -sf /usr/bin/cpp cpp &&
Copied: moonbase/trunk/compilers/gcc3 (from rev 23601, moonbase/trunk/compilers/gcc)
Modified: moonbase/trunk/compilers/gcc3/DETAILS
===================================================================
--- moonbase/trunk/compilers/gcc/DETAILS 2007-03-12 15:57:00 UTC (rev 23601)
+++ moonbase/trunk/compilers/gcc3/DETAILS 2007-03-12 16:27:25 UTC (rev 23602)
@@ -1,9 +1,10 @@
- MODULE=gcc
+ MODULE=gcc3
+ PKG=gcc
VERSION=3.4.6
- SOURCE=$MODULE-$VERSION.tar.bz2
- 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=$PKG-$VERSION.tar.bz2
+ SOURCE_URL[0]=$GNU_URL/gcc/$PKG-$VERSION/
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$PKG-$VERSION/
+ SOURCE_URL[2]=http://www.online-mirror.org/gcc/$PKG-$VERSION/
SOURCE_VFY=sha1:97b290fdc572c8e490b3b39f243e69bacad23c2b
WEB_SITE=http://gcc.gnu.org
ENTERED=20020628
Modified: moonbase/trunk/compilers/gcc3/POST_INSTALL
===================================================================
--- moonbase/trunk/compilers/gcc/POST_INSTALL 2007-03-12 15:57:00 UTC (rev 23601)
+++ moonbase/trunk/compilers/gcc3/POST_INSTALL 2007-03-12 16:27:25 UTC (rev 23602)
@@ -1,3 +1,5 @@
+# allow seamless upgrade/downgrade from/to gcc <=> gcc3
+remove_module gcc
cd /usr/lib/gcc/$BUILD/$VERSION &&
ln -sf /usr/bin/cpp cpp &&
More information about the Lunar-commits
mailing list