diff options
Diffstat (limited to 'gcc/config/frv/linux.h')
-rw-r--r-- | gcc/config/frv/linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/frv/linux.h b/gcc/config/frv/linux.h index 71cd094a1ba..4f11618b402 100644 --- a/gcc/config/frv/linux.h +++ b/gcc/config/frv/linux.h @@ -1,5 +1,5 @@ /* Target macros for the FRV Linux port of GCC. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2010 Free Software Foundation, Inc. Contributed by Red Hat Inc. @@ -42,7 +42,7 @@ %{mfdpic: -m elf32frvfd -z text} %{shared} %{pie} \ %{!shared: %{!static: \ %{rdynamic:-export-dynamic} \ - %{!dynamic-linker:-dynamic-linker " LINUX_DYNAMIC_LINKER "}} \ + -dynamic-linker " LINUX_DYNAMIC_LINKER "} \ %{static}}" /* Support for compile-time default CPU. */ |