home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
gcc-2.7.2.1-base.tgz
/
gcc-2.7.2.1-base.tar
/
fsf
/
gcc
/
config
/
m88k
/
x-tekXD88
< prev
next >
Wrap
Text File
|
1993-05-23
|
378b
|
13 lines
# Install the custom Tektronix XD88 link editor directives file.
EXTRA_PARTS=crtbegin.o crtend.o gcc.ld
gcc.ld: $(srcdir)/config/m88k/tekXD88.ld
rm -f gcc.ld; cp $(srcdir)/config/m88k/tekXD88.ld ./gcc.ld
# Green Hills C on the Tektronix XD88 does not provide alloca.
ALLOCA=alloca.o
# rc is cleaner, but the ar program sometimes crashes.
# This is a workaround.
AR_FLAGS=qc