From 963dc8f540238beb098625d8de653bbf01de2962 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 15 May 1992 20:22:33 +0000 Subject: [PATCH] entered into RCS From-SVN: r990 --- gcc/config/i860/t-fx2800 | 9 +++++++++ gcc/config/i860/x-fx2800 | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 gcc/config/i860/t-fx2800 create mode 100644 gcc/config/i860/x-fx2800 diff --git a/gcc/config/i860/t-fx2800 b/gcc/config/i860/t-fx2800 new file mode 100644 index 00000000000..131347256ec --- /dev/null +++ b/gcc/config/i860/t-fx2800 @@ -0,0 +1,9 @@ + +# The Alliant FX2800 uses ELF object files, so needs these two modules +# just as SVR4 does. -- hyc@hanauma.jpl.nasa.gov + +EXTRA_PARTS=crtbegin.o crtend.o + +# Use ieee rounding rules for divide and square root operations. +# /bin/cc is assumed to point to fxc version 1.3 or newer. +CCLIBFLAGS=-O -ieee -uniproc diff --git a/gcc/config/i860/x-fx2800 b/gcc/config/i860/x-fx2800 new file mode 100644 index 00000000000..cf05f8f43bd --- /dev/null +++ b/gcc/config/i860/x-fx2800 @@ -0,0 +1,7 @@ + +# The Alliant FX2800 is supposed to conform to the SysV R4 i860 ABI, +# but apparently the native compiler generates non ABI-compliant +# function prologues and epilogues, so we need the alloca from emacs. +# -- hyc@hanauma.jpl.nasa.gov + +ALLOCA=alloca.o -- 2.30.2