Commit 8226cd7b by Joseph Myers Committed by Joseph Myers

* config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.

From-SVN: r170226
parent 8c53c3ae
2011-02-16 Joseph Myers <joseph@codesourcery.com> 2011-02-16 Joseph Myers <joseph@codesourcery.com>
* config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
2011-02-16 Joseph Myers <joseph@codesourcery.com>
* config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
%{muser-extend-enabled}. %{muser-extend-enabled}.
......
/* Target Definitions for R8C/M16C/M32C /* Target Definitions for R8C/M16C/M32C
Copyright (C) 2005, 2007, 2008, 2009, 2010 Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Red Hat. Contributed by Red Hat.
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
family. Most of the logic here is making sure we do the right family. Most of the logic here is making sure we do the right
thing when no CPU is specified, which defaults to R8C. */ thing when no CPU is specified, which defaults to R8C. */
#undef LIB_SPEC #undef LIB_SPEC
#define LIB_SPEC "-( -lc %{msim*:-lsim}%{!msim*:-lnosys} -) \ #define LIB_SPEC "-( -lc %{msim:-lsim}%{!msim:-lnosys} -) \
%{msim*:%{!T*: %{mcpu=m32cm:%Tsim24.ld}%{mcpu=m32c:%Tsim24.ld} \ %{msim:%{!T*: %{mcpu=m32cm:%Tsim24.ld}%{mcpu=m32c:%Tsim24.ld} \
%{!mcpu=m32cm:%{!mcpu=m32c:%Tsim16.ld}}}} \ %{!mcpu=m32cm:%{!mcpu=m32c:%Tsim16.ld}}}} \
%{!T*:%{!msim*: %{mcpu=m16c:%Tm16c.ld} \ %{!T*:%{!msim: %{mcpu=m16c:%Tm16c.ld} \
%{mcpu=m32cm:%Tm32cm.ld} \ %{mcpu=m32cm:%Tm32cm.ld} \
%{mcpu=m32c:%Tm32c.ld} \ %{mcpu=m32c:%Tm32c.ld} \
%{!mcpu=m16c:%{!mcpu=m32cm:%{!mcpu=m32c:%Tr8c.ld}}}}} \ %{!mcpu=m16c:%{!mcpu=m32cm:%{!mcpu=m32c:%Tr8c.ld}}}}} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment