]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- back to hjl versions, updated to 2.16.90.0.1 (but libstdc++ linking is still broken)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Apr 2005 21:46:12 +0000 (21:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete array-sects-compat patch
- added flex patch, pass -Wno-missing-prototypes to kill flex-caused warnings

Changed files:
    binutils.spec -> 1.201

binutils.spec

index b8d2ee5a8bf3646e7070e2402b04d6bbf6e852a8..48b44483769c452283157ae377f0e5854406a5b6 100644 (file)
@@ -1,3 +1,4 @@
+# TODO: broken ld? (linking with libs linked with libstdc++ fails on libgcc_s symbols)
 #
 # Conditional build:
 %bcond_with    allarchs        # enable all targets
@@ -13,22 +14,21 @@ Summary(ru):        
 Summary(tr):   GNU geliþtirme araçlarý
 Summary(uk):   îÁ¦Ҡ¦ÎÓÔÒÕÍÅÎԦנGNU ÄÌÑ ÐÏÂÕÄÏ×É ×ÉËÏÎÕ×ÁÎÉÈ ÐÒÏÇÒÁÍ
 Name:          binutils
-Version:       2.15.96
+Version:       2.16.90.0.1
 Release:       0.1
 Epoch:         2
 License:       GPL
 Group:         Development/Tools
-#Source0:      ftp://ftp.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.bz2
-Source0:       ftp://sources.redhat.com/pub/binutils/snapshots/%{name}-%{version}.tar.bz2
-# Source0-md5: 62c526341a7121dd7476319b381262ea
+Source0:       ftp://ftp.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.bz2
+# Source0-md5: b231856d84a6181572b0b3371cfc6843
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: a717d9707ec77d82acb6ec9078c472d6
 Patch0:                %{name}-gasp.patch
 Patch1:                %{name}-info.patch
-Patch2:                %{name}-array-sects-compat.patch
-Patch3:                %{name}-libtool-relink.patch
-Patch4:                %{name}-pt_pax_flags.patch
-Patch5:                %{name}-mips-relocs.patch
+Patch2:                %{name}-libtool-relink.patch
+Patch3:                %{name}-pt_pax_flags.patch
+Patch4:                %{name}-mips-relocs.patch
+Patch5:                %{name}-flex.patch
 URL:           http://sources.redhat.com/binutils/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.8.2
@@ -119,12 +119,10 @@ niekt
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%ifarch %{ix86}
 %patch2 -p1
-%endif
 %patch3 -p1
-%patch4 -p1
-%patch5 -p0
+%patch4 -p0
+%patch5 -p1
 
 %build
 # non-standard regeneration (needed because of gasp patch)
@@ -156,8 +154,9 @@ CC="%{__cc}"; export CC
 sparc32 \
 %endif
 ./configure %{_target_platform} \
-       --enable-shared \
        --disable-debug \
+       --enable-build-warnings=,-Wno-missing-prototypes \
+       --enable-shared \
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
        --infodir=%{_infodir} \
This page took 0.316748 seconds and 4 git commands to generate.