aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m88k/x-tekXD88
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m88k/x-tekXD88')
-rw-r--r--gcc/config/m88k/x-tekXD8812
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/m88k/x-tekXD88 b/gcc/config/m88k/x-tekXD88
deleted file mode 100644
index b8b4a2f1021..00000000000
--- a/gcc/config/m88k/x-tekXD88
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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