diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-02 19:41:05 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-02 19:41:05 +0000 |
commit | 8acb2e0460822a4a3f24f76d6d691077e946119b (patch) | |
tree | ef6be07f13a17d6c2af1da6e43c7009e099c8566 /gcc/config/sol2.h | |
parent | 83c2a9ef9c393566198d26c4ef616aad9bb77f8f (diff) | |
download | gcc-8acb2e0460822a4a3f24f76d6d691077e946119b.tar.gz |
bfin.h (LINK_SPEC): Remove %{b}.
* config/bfin/bfin.h (LINK_SPEC): Remove %{b}.
* config/frv/frv.h (LINK_SPEC): Remove %{b}.
* config/i386/netware.h (LINK_SPEC): Remove %{b}.
* config/i386/nto.h (LINK_SPEC): Remove %{b}.
* config/lm32/uclinux-elf.h (LINK_SPEC): Remove %{b}.
* config/sol2.h (LINK_SPEC): Remove %{b}.
* config/svr4.h (LINK_SPEC): Remove %{b}.
From-SVN: r167387
Diffstat (limited to 'gcc/config/sol2.h')
-rw-r--r-- | gcc/config/sol2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h index 8c29fab9ef6..1ef09202c64 100644 --- a/gcc/config/sol2.h +++ b/gcc/config/sol2.h @@ -175,7 +175,6 @@ along with GCC; see the file COPYING3. If not see #undef LINK_SPEC #define LINK_SPEC \ "%{h*} %{v:-V} \ - %{b} \ %{!shared:%{!static:%{rdynamic: " RDYNAMIC_SPEC "}}} \ %{static:-dn -Bstatic} \ %{shared:-G -dy %{!mimpure-text:-z text}} \ |