[Lunar-commits] r26869 - moonbase/trunk/devel/binutils
Dennis Veatch
stumbles at lunar-linux.org
Wed Nov 21 19:46:05 CET 2007
Author: stumbles
Date: 2007-11-21 19:46:05 +0100 (Wed, 21 Nov 2007)
New Revision: 26869
Removed:
moonbase/trunk/devel/binutils/BUILD.x86_64
moonbase/trunk/devel/binutils/DETAILS.x86_64
Modified:
moonbase/trunk/devel/binutils/BUILD
moonbase/trunk/devel/binutils/DETAILS
Log:
Ok, these two are now in sync.... so go sing your song.
Tested on a bare metal install and does not cause gcc or
glibc-2.7 to croak on a build.
Modified: moonbase/trunk/devel/binutils/BUILD
===================================================================
--- moonbase/trunk/devel/binutils/BUILD 2007-11-21 18:45:37 UTC (rev 26868)
+++ moonbase/trunk/devel/binutils/BUILD 2007-11-21 18:46:05 UTC (rev 26869)
@@ -1,10 +1,16 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
#Somehow I believe this might/should be logged as a bug to the glibc guys...
sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \
bfd/doc/Makefile.in &&
- default_config &&
+ aclocal &&
+ autoconf &&
+
+ OPTS+=" --host=$BUILD" &&
+ default_config &&
make tooldir=/usr &&
prepare_install &&
make tooldir=/usr install &&
Deleted: moonbase/trunk/devel/binutils/BUILD.x86_64
Modified: moonbase/trunk/devel/binutils/DETAILS
===================================================================
--- moonbase/trunk/devel/binutils/DETAILS 2007-11-21 18:45:37 UTC (rev 26868)
+++ moonbase/trunk/devel/binutils/DETAILS 2007-11-21 18:46:05 UTC (rev 26869)
@@ -1,12 +1,15 @@
MODULE=binutils
- VERSION=2.16.1
+ VERSION=2.18
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=binutils-2.18-makeinfo.patch
SOURCE_URL[0]=$GNU_URL/$MODULE/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE_VFY=sha1:5c80fd5657da47efc16a63fdd93ef7395319fbbf
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277
+ SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3
WEB_SITE=http://sources.redhat.com/binutils
ENTERED=20010922
- UPDATED=20060711
+ UPDATED=20071105
SHORT="essential collection of binary utilities."
cat << EOF
Deleted: moonbase/trunk/devel/binutils/DETAILS.x86_64
More information about the Lunar-commits
mailing list