changeset 394:f6802733e627

Binutils 2.18 isn't usable under GPLv2 anymore, revert to 2.17.
author Rob Landley <rob@landley.net>
date Tue, 26 Aug 2008 17:48:32 -0500
parents 0e7fea529254
children c2b290c1df40
files cross-compiler.sh download.sh sources/patches/binutils-2.18-screwinfo.patch
diffstat 3 files changed, 2 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/cross-compiler.sh	Tue Aug 26 17:40:39 2008 -0500
+++ b/cross-compiler.sh	Tue Aug 26 17:48:32 2008 -0500
@@ -15,7 +15,6 @@
 # Build and install binutils
 
 setupfor binutils build-binutils &&
-AR=ar AS=as LD=ld NM=nm OBJDUMP=objdump OBJCOPY=objcopy \
 "${CURSRC}/configure" --prefix="${CROSS}" --host=${CROSS_HOST} \
 	--target=${CROSS_TARGET} --with-lib-path=lib --disable-nls \
 	--disable-shared --disable-multilib --program-prefix="${ARCH}-" \
--- a/download.sh	Tue Aug 26 17:40:39 2008 -0500
+++ b/download.sh	Tue Aug 26 17:48:32 2008 -0500
@@ -33,8 +33,8 @@
 #SHA1= \
 #download &&
 
-URL=ftp://ftp.gnu.org/gnu/binutils/binutils-2.18.tar.bz2 \
-SHA1=fdec92e9dfc6c32155869f3910f47041c78e2277 \
+URL=ftp://ftp.gnu.org/gnu/binutils/binutils-2.17.tar.bz2 \
+SHA1=a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 download &&
 
 URL=ftp://ftp.gnu.org/gnu/gcc/gcc-4.1.2/gcc-core-4.1.2.tar.bz2 \
--- a/sources/patches/binutils-2.18-screwinfo.patch	Tue Aug 26 17:40:39 2008 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-The binutils build notices that makeinfo is missing, but fails anyway, breaking
-the build.  Make it stop.
-
-The "info" file format is obsolete (similar to "gopher"), was never used
-by anyone but the FSF, and failed to even replace man pages (which are
-now available in HTML).
-
---- binutils-2.18/missing	2005-07-13 20:24:56.000000000 -0500
-+++ binutils-2.18/missing	2008-08-11 02:05:47.000000000 -0500
-@@ -299,7 +299,7 @@
-     fi
-     # If the file does not exist, the user really needs makeinfo;
-     # let's fail without touching anything.
--    test -f $file || exit 1
-+#    test -f $file || exit 1
-     touch $file
-     ;;
-