diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-05 16:33:59 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-05 16:33:59 +0000 |
commit | 8d21c488b4d5b2978d8c5807c52e8bf5a0791787 (patch) | |
tree | 4b1f319c2c6e193b01ffbb619309c0ae570d607d /gcc/config/rs6000/eabisim.h | |
parent | 0e125a4e1753a255282a53785d7f9035fa897f15 (diff) | |
download | ppe42-gcc-8d21c488b4d5b2978d8c5807c52e8bf5a0791787.tar.gz ppe42-gcc-8d21c488b4d5b2978d8c5807c52e8bf5a0791787.zip |
Add -mcpu={505,821,860} support; Fixup common mode support; Make eabi not rely on GLD
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10942 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/eabisim.h')
-rw-r--r-- | gcc/config/rs6000/eabisim.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/rs6000/eabisim.h b/gcc/config/rs6000/eabisim.h index 826801c8b96..318fc427232 100644 --- a/gcc/config/rs6000/eabisim.h +++ b/gcc/config/rs6000/eabisim.h @@ -1,6 +1,6 @@ /* Support for GCC on simulated PowerPC systems targeted to embedded ELF systems. - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GNU CC. @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ /* Use the simulator crt0 or mvme and libgloss/newlib libraries if desired */ #undef STARTFILE_SPEC -#define STARTFILE_SPEC "\ +#define STARTFILE_SPEC "crti.o \ %{mmvme: mvme-crt0.o%s} \ %{!mmvme: sim-crt0.o%s}" @@ -44,4 +44,4 @@ Boston, MA 02111-1307, USA. */ #define LIBGCC_SPEC "libgcc.a%s" #undef ENDFILE_SPEC -#define ENDFILE_SPEC "" +#define ENDFILE_SPEC "crtn.o" |