aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-02-17 00:15:11 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-02-17 00:15:11 +0000
commit30b1646ededca9b3573d2d406e25aaeb564abc93 (patch)
treee3d51fa3b5176929244a45548196063b7c2fbe39
parentab7b71e9cae4db02e93f4523490032c96674d63c (diff)
downloadgcc-30b1646ededca9b3573d2d406e25aaeb564abc93.zip
gcc-30b1646ededca9b3573d2d406e25aaeb564abc93.tar.gz
gcc-30b1646ededca9b3573d2d406e25aaeb564abc93.tar.bz2
embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of --m4-340.
* config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of --m4-340. From-SVN: r170230
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/sh/embed-elf.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 006bd29..c66c0a0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2011-02-16 Joseph Myers <joseph@codesourcery.com>
+ * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
+ --m4-340.
+
+2011-02-16 Joseph Myers <joseph@codesourcery.com>
+
* config/mn10300/mn10300.opt (mno-crt0): New.
2011-02-16 Joseph Myers <joseph@codesourcery.com>
diff --git a/gcc/config/sh/embed-elf.h b/gcc/config/sh/embed-elf.h
index c675178..a9f6d94 100644
--- a/gcc/config/sh/embed-elf.h
+++ b/gcc/config/sh/embed-elf.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler for Renesas / SuperH SH
non-Linux embedded targets.
- Copyright (C) 2002, 2003, 2007, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2007, 2010, 2011 Free Software Foundation, Inc.
Contributed by J"orn Rennecke <joern.rennecke@superh.com>
This file is part of GCC.
@@ -29,7 +29,7 @@ along with GCC; see the file COPYING3. If not see
#define LIBGCC_SPEC "%{!shared: \
%{m4-100*:-lic_invalidate_array_4-100} \
%{m4-200*:-lic_invalidate_array_4-200} \
- %{m4-300*|-m4-340:-lic_invalidate_array_4a %{!Os: -lgcc-4-300}} \
+ %{m4-300*|m4-340:-lic_invalidate_array_4a %{!Os: -lgcc-4-300}} \
%{m4a*:-lic_invalidate_array_4a}} \
%{Os: -lgcc-Os-4-200} \
-lgcc \