entered into RCS

From-SVN: r990
This commit is contained in:
Richard Stallman 1992-05-15 20:22:33 +00:00
parent 4f22dc717c
commit 963dc8f540
2 changed files with 16 additions and 0 deletions

9
gcc/config/i860/t-fx2800 Normal file
View File

@ -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

7
gcc/config/i860/x-fx2800 Normal file
View File

@ -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