[Lunar-commits] r26142 - moonbase/trunk/compilers/gcc
Dennis Veatch
stumbles at lunar-linux.org
Tue Oct 9 18:43:48 CEST 2007
Author: stumbles
Date: 2007-10-09 18:43:47 +0200 (Tue, 09 Oct 2007)
New Revision: 26142
Modified:
moonbase/trunk/compilers/gcc/BUILD.x86_64
moonbase/trunk/compilers/gcc/DETAILS
Log:
This fixes some makeinfo/texi stuff so the gcc
configure will find a "modern makeinfo" as they
put it.
To my knowledge this has only been something I found
during some glibc-2.6.1 testing on x86_64. It should
not affect anything else.
Modified: moonbase/trunk/compilers/gcc/BUILD.x86_64
===================================================================
--- moonbase/trunk/compilers/gcc/BUILD.x86_64 2007-10-09 15:27:54 UTC (rev 26141)
+++ moonbase/trunk/compilers/gcc/BUILD.x86_64 2007-10-09 16:43:47 UTC (rev 26142)
@@ -1,6 +1,7 @@
(
mkdir BUILD &&
+ patch_it $SOURCE_CACHE/$SOURCE3 0 &&
cd BUILD &&
sedit 's/trap 0/trap "" 0/' ../configure &&
@@ -18,12 +19,12 @@
--with-gnu-ld \
--with-system-zlib \
--enable-shared \
- --disable-multilib &&
+ --disable-multilib &&
# 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 &&
+ prepare_install &&
make install
) > $C_FIFO 2>&1
Modified: moonbase/trunk/compilers/gcc/DETAILS
===================================================================
--- moonbase/trunk/compilers/gcc/DETAILS 2007-10-09 15:27:54 UTC (rev 26141)
+++ moonbase/trunk/compilers/gcc/DETAILS 2007-10-09 16:43:47 UTC (rev 26142)
@@ -1,10 +1,13 @@
MODULE=gcc
VERSION=4.1.2
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE3=gcc-4.1.2-makeinfo.patch
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/
+ SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:7981b8d1b58b10ddfd7d5142eab16352d9206f3b
+ SOURCE3_VFY=sha1:6a506dbe314027a859fc9a79c66946f164dd0e18
WEB_SITE=http://gcc.gnu.org
ENTERED=20020628
UPDATED=20070306
@@ -15,5 +18,5 @@
gcc - GNU Compiler Collection.
The GNU Compiler Collection is a suite of compilers that compile C, C++,
Objective C, Fortran, Java, and CHILL for a wide variety of
-architectures. Front-ends for Ada95 and Pascal also exist.
+architectures. Front-ends for Ada95 and Pascal also exist.
EOF
More information about the Lunar-commits
mailing list