mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 20:02:47 +01:00
8 lines
253 B
Plaintext
8 lines
253 B
Plaintext
|
|
# 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
|