From: Richard Stallman Date: Sun, 23 May 1993 04:49:28 +0000 (+0000) Subject: (AR_FLAGS): Defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34168107c0407d114aab110b67b0c5b7d3e40ab9;p=gcc.git (AR_FLAGS): Defined. From-SVN: r4541 --- diff --git a/gcc/config/m88k/x-tekXD88 b/gcc/config/m88k/x-tekXD88 index f727a4add1f..b8b4a2f1021 100644 --- a/gcc/config/m88k/x-tekXD88 +++ b/gcc/config/m88k/x-tekXD88 @@ -6,3 +6,7 @@ gcc.ld: $(srcdir)/config/m88k/tekXD88.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