From f8e30d7f57f2b963c3977fd283733e329caef7aa Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 13 Feb 1992 18:46:18 -0500 Subject: [PATCH] *** empty log message *** From-SVN: r320 --- gcc/config/a29k/unix.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/config/a29k/unix.h b/gcc/config/a29k/unix.h index 9c61f1451da..7a6e489d72a 100644 --- a/gcc/config/a29k/unix.h +++ b/gcc/config/a29k/unix.h @@ -36,6 +36,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef CPP_SPEC #define CPP_SPEC "%{!m29000:-Dam29050 -D__am29050__}" +#undef LINK_SPEC +#define LINK_SPEC "-c /usr/lib/default.ld" + +/* We can't say "-lgcc" due to a bug in gld for now. */ +#define LINK_LIBGCC_SPECIAL + /* For some systems, it is best if double-word objects are aligned on a doubleword boundary. We want to maintain compatibility with MetaWare in a29k.h, but do not feel constrained to do so here. */ -- 2.30.2