# HG changeset patch # User Christophe Lincoln # Date 1243351340 -7200 # Node ID 3daee9f840840dadd00c32af1a9f5025085ac55f # Parent 6a6d113b882a8228f8e7042f245d28fa31caeb29 binutils: Use libiberty.a (not the one from gcc) diff -r 6a6d113b882a -r 3daee9f84084 binutils/receipt --- a/binutils/receipt Tue May 26 17:21:11 2009 +0200 +++ b/binutils/receipt Tue May 26 17:22:20 2009 +0200 @@ -9,7 +9,6 @@ DEPENDS="zlib" WEB_SITE="http://www.gnu.org/software/binutils/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" -#WGET_URL="ftp://sourceware.org/pub/binutils/snapshots/$TARBALL" # Rules to configure and make the package. # @@ -43,7 +42,7 @@ # libiberty.h cp -a $src/include/libiberty.h $fs/usr/include - # Remove libiberty.a (use the one from GCC) and 'strings' (Busybox). - rm $fs/usr/lib/libiberty.a + # Remove 'strings' (Busybox). + #rm $fs/usr/lib/libiberty.a rm $fs/usr/bin/strings }