diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-02 19:55:09 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-02 19:55:09 +0000 |
commit | f24e8b8229bccf28f45a48d06900af78bafb3875 (patch) | |
tree | 94f55925415e7327f045ba3fea657b7ab7bdb779 /gcc/config/sparc/freebsd.h | |
parent | 512abe51e107f173b227e5935f5ac14fe0dac955 (diff) | |
download | gcc-f24e8b8229bccf28f45a48d06900af78bafb3875.tar.gz |
2006-02-02 Andreas Tobler <a.tobler@schweiz.ch>
* config/sparc/freebsd.h (ENDFILE_SPEC): Add space to separate
object files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110520 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/freebsd.h')
-rw-r--r-- | gcc/config/sparc/freebsd.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/sparc/freebsd.h b/gcc/config/sparc/freebsd.h index d3414004ddb..9e432a39701 100644 --- a/gcc/config/sparc/freebsd.h +++ b/gcc/config/sparc/freebsd.h @@ -1,5 +1,5 @@ /* Definitions for Sun SPARC64 running FreeBSD using the ELF format - Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi. This file is part of GCC. @@ -150,9 +150,9 @@ Boston, MA 02110-1301, USA. */ /* #define DWARF_OFFSET_SIZE PTR_SIZE */ #undef ENDFILE_SPEC -#define ENDFILE_SPEC \ - "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s}" \ - FBSD_ENDFILE_SPEC +#define ENDFILE_SPEC \ + "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} " \ + FBSD_ENDFILE_SPEC /* We use GNU ld so undefine this so that attribute((init_priority)) works. */ #undef CTORS_SECTION_ASM_OP |