diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-02-13 18:46:18 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-02-13 18:46:18 -0500 |
commit | f8e30d7f57f2b963c3977fd283733e329caef7aa (patch) | |
tree | 75afed9c213342e66cf821efe37c22167ae96059 | |
parent | 51e2940139d5e3e86590f6e6802ffc3f3010be5b (diff) | |
download | gcc-f8e30d7f57f2b963c3977fd283733e329caef7aa.zip gcc-f8e30d7f57f2b963c3977fd283733e329caef7aa.tar.gz gcc-f8e30d7f57f2b963c3977fd283733e329caef7aa.tar.bz2 |
*** empty log message ***
From-SVN: r320
-rw-r--r-- | gcc/config/a29k/unix.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/a29k/unix.h b/gcc/config/a29k/unix.h index 9c61f14..7a6e489 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. */ |