[Lunar-commits] <moonbase> egcs64: move it to zdeprecated dir.
Florin Braescu
florin at lunar-linux.org
Sat May 1 06:50:23 CEST 2010
commit bc75acf4dd2e5aa2b1707f13a2502328c222e2da
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat May 1 07:50:23 2010 +0300
egcs64: move it to zdeprecated dir.
---
compilers/egcs64/BUILD | 31 -------------------------------
compilers/egcs64/DETAILS | 18 ------------------
compilers/egcs64/profile.d/egcs64.rc | 1 -
zdeprecated/egcs64/BUILD | 31 +++++++++++++++++++++++++++++++
zdeprecated/egcs64/DETAILS | 18 ++++++++++++++++++
zdeprecated/egcs64/profile.d/egcs64.rc | 1 +
6 files changed, 50 insertions(+), 50 deletions(-)
diff --git a/compilers/egcs64/BUILD b/compilers/egcs64/BUILD
deleted file mode 100644
index 4b5b9cd..0000000
--- a/compilers/egcs64/BUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-(
- unset HOST BUILD
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- mk_source_dir /usr/src/$MODULE-$VERSION-BUILD &&
- cd /usr/src/$MODULE-$VERSION-BUILD &&
- ../$MODULE-$VERSION/configure \
- --enable-languages=c \
- --prefix=/opt/lunar/egcs64 \
- --disable-nls \
- --enable-threads \
- --enable-version-specific-runtime-libs \
- --enable-shared \
- sparc64-unknown-linux-gnu &&
- make CFLAGS="-DHOST_WIDE_INT=long\ long -DHOST_BITS_PER_WIDE_INT=64" cross &&
- prepare_install &&
- make install &&
- cd /opt/lunar/egcs64 &&
- rm -rf info man &&
- cd bin &&
- mv sparc64-unknown-linux-gnu-gcc egcs-2.92.11 &&
- ln -s egcs-2.92.11 sparc64-unknown-linux-gnu-gcc &&
- ln -s egcs-2.92.11 sparc64-unknown-linux-gcc &&
- ln -s egcs-2.92.11 sparc64-linux-gcc &&
- ln -s egcs-2.92.11 gcc64 &&
- ln -s egcs-2.92.11 egcs64 &&
- ln -s egcs-2.92.11 cc64 &&
- cd /usr/src &&
- rm -rf $MODULE-$VERSION-BUILD
-
-) > $C_FIFO 2>&1
-
diff --git a/compilers/egcs64/DETAILS b/compilers/egcs64/DETAILS
deleted file mode 100644
index e6c5fb0..0000000
--- a/compilers/egcs64/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=egcs64
- VERSION=19980921.1
- SOURCE=${MODULE}_${VERSION}.orig.tar.gz
- SOURCE2=${MODULE}_${VERSION}-1.diff.gz
- SOURCE_URL=http://ftp.debian.org/debian-archive/pool/main/e/$MODULE/
- SOURCE_VFY=sha1:c44d50b563c2bf49ce5bc789fe9daf1e782038fd
- SOURCE2_URL=http://ftp.debian.org/debian-archive/pool/main/e/$MODULE/
- SOURCE2_VFY=sha1:210d49871dbe3f63af3d8a41890302e2615d7c5f
- WEB_SITE=http://www.debian.org
- ENTERED=20031023
- UPDATED=20031023
- SHORT="Sparc64 compiler for compiling 64bit kernels."
- PSAFE=no
-cat << EOF
-egcs - experimental gnu compiler set
-Needed to compile a 64bit kernel on sparc64's. gcc-3.3.x still has problems
-generating a working 64bit cross compiler.
-EOF
diff --git a/compilers/egcs64/profile.d/egcs64.rc b/compilers/egcs64/profile.d/egcs64.rc
deleted file mode 100644
index c724df4..0000000
--- a/compilers/egcs64/profile.d/egcs64.rc
+++ /dev/null
@@ -1 +0,0 @@
-export PATH=/opt/lunar/egcs64/bin:$PATH
diff --git a/zdeprecated/egcs64/BUILD b/zdeprecated/egcs64/BUILD
new file mode 100644
index 0000000..4b5b9cd
--- /dev/null
+++ b/zdeprecated/egcs64/BUILD
@@ -0,0 +1,31 @@
+(
+ unset HOST BUILD
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ mk_source_dir /usr/src/$MODULE-$VERSION-BUILD &&
+ cd /usr/src/$MODULE-$VERSION-BUILD &&
+ ../$MODULE-$VERSION/configure \
+ --enable-languages=c \
+ --prefix=/opt/lunar/egcs64 \
+ --disable-nls \
+ --enable-threads \
+ --enable-version-specific-runtime-libs \
+ --enable-shared \
+ sparc64-unknown-linux-gnu &&
+ make CFLAGS="-DHOST_WIDE_INT=long\ long -DHOST_BITS_PER_WIDE_INT=64" cross &&
+ prepare_install &&
+ make install &&
+ cd /opt/lunar/egcs64 &&
+ rm -rf info man &&
+ cd bin &&
+ mv sparc64-unknown-linux-gnu-gcc egcs-2.92.11 &&
+ ln -s egcs-2.92.11 sparc64-unknown-linux-gnu-gcc &&
+ ln -s egcs-2.92.11 sparc64-unknown-linux-gcc &&
+ ln -s egcs-2.92.11 sparc64-linux-gcc &&
+ ln -s egcs-2.92.11 gcc64 &&
+ ln -s egcs-2.92.11 egcs64 &&
+ ln -s egcs-2.92.11 cc64 &&
+ cd /usr/src &&
+ rm -rf $MODULE-$VERSION-BUILD
+
+) > $C_FIFO 2>&1
+
diff --git a/zdeprecated/egcs64/DETAILS b/zdeprecated/egcs64/DETAILS
new file mode 100644
index 0000000..e6c5fb0
--- /dev/null
+++ b/zdeprecated/egcs64/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=egcs64
+ VERSION=19980921.1
+ SOURCE=${MODULE}_${VERSION}.orig.tar.gz
+ SOURCE2=${MODULE}_${VERSION}-1.diff.gz
+ SOURCE_URL=http://ftp.debian.org/debian-archive/pool/main/e/$MODULE/
+ SOURCE_VFY=sha1:c44d50b563c2bf49ce5bc789fe9daf1e782038fd
+ SOURCE2_URL=http://ftp.debian.org/debian-archive/pool/main/e/$MODULE/
+ SOURCE2_VFY=sha1:210d49871dbe3f63af3d8a41890302e2615d7c5f
+ WEB_SITE=http://www.debian.org
+ ENTERED=20031023
+ UPDATED=20031023
+ SHORT="Sparc64 compiler for compiling 64bit kernels."
+ PSAFE=no
+cat << EOF
+egcs - experimental gnu compiler set
+Needed to compile a 64bit kernel on sparc64's. gcc-3.3.x still has problems
+generating a working 64bit cross compiler.
+EOF
diff --git a/zdeprecated/egcs64/profile.d/egcs64.rc b/zdeprecated/egcs64/profile.d/egcs64.rc
new file mode 100644
index 0000000..c724df4
--- /dev/null
+++ b/zdeprecated/egcs64/profile.d/egcs64.rc
@@ -0,0 +1 @@
+export PATH=/opt/lunar/egcs64/bin:$PATH
More information about the Lunar-commits
mailing list