2.17.50.0.2-5

This commit is contained in:
Jakub Jelinek 2006-07-11 06:46:46 +00:00
parent b62da507bd
commit c36da173f5

View File

@ -6,7 +6,6 @@ License: GPL
Group: Development/Tools
URL: http://sources.redhat.com/binutils
Source: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
Source2: s390-opc.tab
Patch0: binutils-2.17.50.0.2-20060601.patch
Patch1: binutils-2.17.50.0.2-ltconfig-multilib.patch
Patch2: binutils-2.17.50.0.2-ppc64-pie.patch
@ -66,12 +65,11 @@ addresses to file and line).
%patch12 -p0 -b .tls_common~
%patch13 -p0 -b .bz2513~
%patch14 -p0 -b .hash-style~
touch opcodes/s390-mkopc
cp %{SOURCE2} opcodes/s390-opc.tab; touch opcodes/s390-opc.tab
# libtool sucks
perl -pi -e 'm/LIBADD/ && s/(\.\.\/bfd\/libbfd.la)/-L\.\.\/bfd\/\.libs \1/' opcodes/Makefile.{am,in}
# LTP sucks
perl -pi -e 's/i\[3-7\]86/i[34567]86/g' */conf*
sed -i -e 's/%{version}/%{version}gnu_hash/g' bfd/configure{.in,}
touch */configure
%build