diff options
Diffstat (limited to 'gcc/config/rs6000/sysv4le.h')
| -rw-r--r-- | gcc/config/rs6000/sysv4le.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/config/rs6000/sysv4le.h b/gcc/config/rs6000/sysv4le.h index 1e21acd7b86..a19dd787991 100644 --- a/gcc/config/rs6000/sysv4le.h +++ b/gcc/config/rs6000/sysv4le.h @@ -1,6 +1,6 @@ /* Target definitions for GNU compiler for a little endian PowerPC running System V.4 - Copyright (C) 1995, Free Software Foundation, Inc. + Copyright (C) 1995, 2000 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GNU CC. @@ -34,7 +34,9 @@ Boston, MA 02111-1307, USA. */ #undef LINK_TARGET_SPEC #define LINK_TARGET_SPEC "\ %{mbig: -oformat elf32-powerpc } %{mbig-endian: -oformat elf32-powerpc } \ -%{!mlittle: %{!mlittle-endian: %{!mbig: %{!mbig-endian: %{mcall-linux: -oformat elf32-powerpc}}}}}" +%{!mlittle: %{!mlittle-endian: %{!mbig: %{!mbig-endian: \ + %{mcall-linux: -oformat elf32-powerpc} \ + }}}}" /* Define this macro as a C expression for the initializer of an array of string to tell the driver program which options are |

