Mercurial > emacs
changeset 15773:e68aaf2bb5ac
(LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 23 Jul 1996 18:30:23 +0000 |
parents | eb1cef7102e3 |
children | e3cfe2afed17 |
files | src/m/iris4d.h src/m/iris5d.h src/m/mips.h |
diffstat | 3 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/iris4d.h Tue Jul 23 16:32:24 1996 +0000 +++ b/src/m/iris4d.h Tue Jul 23 18:30:23 1996 +0000 @@ -131,7 +131,11 @@ #undef LIBS_MACHINE /* -lsun in case using Yellow Pages for passwords. */ +#if defined(__GNUC__) && defined(_ABIN32) +#define LIBS_MACHINE +#else #define LIBS_MACHINE -lmld +#endif #define LIBS_DEBUG /* Define this if you have a fairly recent system,
--- a/src/m/iris5d.h Tue Jul 23 16:32:24 1996 +0000 +++ b/src/m/iris5d.h Tue Jul 23 18:30:23 1996 +0000 @@ -1,4 +1,4 @@ -/* machine description file for Iris-4D machines. Use with s-iris3-6.h +/* machine description file for Iris-5D machines. Use with s-iris3-6.h Copyright (C) 1987 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -130,7 +130,12 @@ #undef LIBS_MACHINE /* -lsun in case using Yellow Pages for passwords. */ +#if defined(__GNUC__) && defined(_ABIN32) +#define LIBS_MACHINE -lsun +#else #define LIBS_MACHINE -lsun -lmld +#endif + #define LIBS_DEBUG /* Define this if you have a fairly recent system,
--- a/src/m/mips.h Tue Jul 23 16:32:24 1996 +0000 +++ b/src/m/mips.h Tue Jul 23 18:30:23 1996 +0000 @@ -142,7 +142,12 @@ #else /* not BSD */ +#if defined(__GNUC__) && defined(_ABIN32) +#define LIBS_MACHINE +#else #define LIBS_MACHINE -lmld +#endif + #define LD_SWITCH_MACHINE -D 800000 -g3 #define START_FILES pre-crt0.o /usr/lib/crt1.o #define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o