From: Joseph Myers Date: Fri, 14 Jan 2011 18:39:49 +0000 (+0000) Subject: * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37e9e71d88d93a98fa96282938bc0c8d657e4087;p=gcc.git * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}. From-SVN: r168798 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e4424071dff..fce3b2270a2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-14 Joseph Myers + + * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}. + 2011-01-14 Rainer Orth * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index 7318e3c3ce5..6cdc006d84f 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -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 @@ -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} \