diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-10 16:45:21 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-10 16:45:21 +0000 |
commit | 9eaaa6c2a5be4af9ccf15917da441d05be8077cb (patch) | |
tree | 64b414e62eb2b6a036e6f9968f045627d504b434 /gcc/config/rs6000/eabi.h | |
parent | dc177246d3eb89ddc1e99907eb176a0c1de5d4db (diff) | |
download | gcc-9eaaa6c2a5be4af9ccf15917da441d05be8077cb.tar.gz |
Make powerpc-eabi work again
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10959 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/eabi.h')
-rw-r--r-- | gcc/config/rs6000/eabi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/eabi.h b/gcc/config/rs6000/eabi.h index 20bbde0605a..ea32add7d07 100644 --- a/gcc/config/rs6000/eabi.h +++ b/gcc/config/rs6000/eabi.h @@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */ /* Use the simulator crt0 or mvme and libgloss/newlib libraries if desired */ #undef STARTFILE_SPEC -#define STARTFILE_SPEC "crti.o \ +#define STARTFILE_SPEC "crti.o%s \ %{mmvme: mvme-crt0.o%s} \ %{msim: sim-crt0.o%s}" @@ -83,4 +83,4 @@ Boston, MA 02111-1307, USA. */ #define LIBGCC_SPEC "libgcc.a%s" #undef ENDFILE_SPEC -#define ENDFILE_SPEC "crtn.o" +#define ENDFILE_SPEC "crtn.o%s" |