]> gcc.gnu.org Git - gcc.git/commitdiff
* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 14 Jan 2011 18:39:49 +0000 (18:39 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 14 Jan 2011 18:39:49 +0000 (18:39 +0000)
From-SVN: r168798

gcc/ChangeLog
gcc/config/arm/linux-elf.h

index e4424071dff50ae25a0d02e379cca60557bc6aea..fce3b2270a27a86ef0be43caaf004de5ca7118a7 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-14  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
+
 2011-01-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
index 7318e3c3ce59f268c1196819a2a65c29cff2d709..6cdc006d84f9cdbc324ca3feb2ac9b918805202d 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for ARM running Linux-based GNU systems using ELF
    Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009, 2010
+   2005, 2006, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
    Contributed by Philip Blundell <philb@gnu.org>
 
@@ -65,7 +65,6 @@
 #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
 
 #define LINUX_TARGET_LINK_SPEC  "%{h*} %{version:-v} \
-   %{b} \
    %{static:-Bstatic} \
    %{shared:-shared} \
    %{symbolic:-Bsymbolic} \
This page took 0.066249 seconds and 5 git commands to generate.