[Lunar-commits] r22367 - moonbase/trunk/devel/binutils
Auke Kok
sofar at lunar-linux.org
Thu Nov 30 19:54:59 CET 2006
Author: sofar
Date: 2006-11-30 19:54:59 +0100 (Thu, 30 Nov 2006)
New Revision: 22367
Added:
moonbase/trunk/devel/binutils/BUILD.x86_64
moonbase/trunk/devel/binutils/DETAILS.x86_64
Log:
Fixes for x86_64 - needs a newer version
Added: moonbase/trunk/devel/binutils/BUILD.x86_64
===================================================================
--- moonbase/trunk/devel/binutils/BUILD.x86_64 (rev 0)
+++ moonbase/trunk/devel/binutils/BUILD.x86_64 2006-11-30 18:54:59 UTC (rev 22367)
@@ -0,0 +1,16 @@
+(
+
+ #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 &&
+
+ OPTS+=" --host=$BUILD" &&
+ default_config &&
+ make tooldir=/usr &&
+ prepare_install &&
+ make tooldir=/usr install &&
+ make tooldir=/usr install-info &&
+ mkdir -p $DOCUMENT_DIRECTORY/binutils &&
+ cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/devel/binutils/DETAILS.x86_64
===================================================================
--- moonbase/trunk/devel/binutils/DETAILS.x86_64 (rev 0)
+++ moonbase/trunk/devel/binutils/DETAILS.x86_64 2006-11-30 18:54:59 UTC (rev 22367)
@@ -0,0 +1,26 @@
+ MODULE=binutils
+ VERSION=2.17
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=$GNU_URL/$MODULE/
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+ WEB_SITE=http://sources.redhat.com/binutils
+ ENTERED=20010922
+ UPDATED=20060711
+ SHORT="essential collection of binary utilities."
+
+cat << EOF
+binutils - Collection of binary utilities
+ld -the GNU linker
+as -the portable GNU assembler
+ar -creates, modifies, and extracts from archives
+nm -lists symbols from object files
+objcopy -copies and translates object files
+objdump -displays information from object files
+ranlib -indexes the contents of an archive
+size -lists the section sizes of an object or archive file
+strings -lists printable strings from files
+strip -discards symbols
+c++filt -filter to demangle encoded C++ symbols
+addr2line -converts addresses to file and line
+nlmconv -converts object code into an NLM
+EOF
More information about the Lunar-commits
mailing list