]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- back to bfd, it's more pain than gain (gcc/gcj got hit now :/), auto/th/binutils-2.23.52.0.2-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 3 Jun 2013 22:01:21 +0000 (00:01 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 3 Jun 2013 22:01:21 +0000 (00:01 +0200)
  let's just use gold on as-needed basis (like in gtk-webkit3
  where bfd needs 8GB RAM for linker process alone)
- rel 2

binutils.spec

index 682041bf10e08e348924e4390b5e5f89b1ea3b01..b95c5de4d92fcbdfe710203754275f02f828294f 100644 (file)
@@ -5,7 +5,7 @@
                                # http://sourceware.org/ml/binutils/2008-03/msg00162.html
 %bcond_without pax             # without PaX flags (for upstream bugreports)
 %bcond_without gold            # don't build gold (no C++ dependencies)
-%bcond_with    default_ld      # default ld instead of gold
+%bcond_without default_bfd     # default ld.bfd instead of gold
 %bcond_without tests
 
 %ifnarch %{ix86} %{x8664}
@@ -23,7 +23,7 @@ Summary(tr.UTF-8):    GNU geliştirme araçları
 Summary(uk.UTF-8):     Набір інструментів GNU для побудови виконуваних програм
 Name:          binutils
 Version:       2.23.52.0.2
-Release:       1
+Release:       2
 Epoch:         3
 License:       GPL v3+
 Group:         Development/Tools
@@ -236,7 +236,7 @@ sparc32 \
 %endif
        %{?with_allarchs:--enable-targets=alpha-linux,arm-linux,cris-linux,hppa-linux,i386-linux,ia64-linux,x86_64-linux,m68k-linux,mips-linux,mips64-linux,mips64el-linux,mipsel-linux,ppc-linux,s390-linux,s390x-linux,sh-linux,sparc-linux,sparc64-linux,i386-linuxaout,x86_64-pep} \
 %if %{with gold}
-       --enable-gold%{!?with_default_ld:=default} --enable-ld%{?with_default_ld:=default} \
+       --enable-gold%{!?with_default_bfd:=default} --enable-ld%{?with_default_bfd:=default} \
 %endif
 
 %{__make} -j1
This page took 0.190676 seconds and 4 git commands to generate.