blob: cf05f8f43bd538bb1b96d051dcff067a614eaa02 (
plain)
1
2
3
4
5
6
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
|