diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-27 05:24:28 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-27 05:24:28 +0000 |
commit | 9aea9597cff287e07ff3f55ade3d8a9567a5278f (patch) | |
tree | 0b94c9520f3eef32a02e3f1ed3c12d3ab9276ff9 | |
parent | 7558fb2af5b5683ca52e671031f8069594a7bd4e (diff) | |
download | gcc-9aea9597cff287e07ff3f55ade3d8a9567a5278f.zip gcc-9aea9597cff287e07ff3f55ade3d8a9567a5278f.tar.gz gcc-9aea9597cff287e07ff3f55ade3d8a9567a5278f.tar.bz2 |
entered into RCS
From-SVN: r1305
-rw-r--r-- | gcc/config/ns32k/sequent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/ns32k/sequent.h b/gcc/config/ns32k/sequent.h index af6e891..467d99d 100644 --- a/gcc/config/ns32k/sequent.h +++ b/gcc/config/ns32k/sequent.h @@ -42,6 +42,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LIB_SPEC "%{g:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} " +/* gcc should find libgcc.a itself, not ask linker to do so. */ + +3define LINK_LIBGCC_SPECIAL + /* This is how to align the code that follows an unconditional branch. Don't define it, since it confuses the assembler (we hear). */ |