diff options
| author | Richard M. Stallman | 1996-07-23 18:30:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-07-23 18:30:23 +0000 |
| commit | 42f3037714fd1357a30a7ecf28aca90b0aedb6ef (patch) | |
| tree | 3ca85b60a8022627da0f86b4ee76b8dc0d34191e /src | |
| parent | 70611080d211dbda1e222f3df3f45bd4ad4990e3 (diff) | |
| download | emacs-42f3037714fd1357a30a7ecf28aca90b0aedb6ef.tar.gz emacs-42f3037714fd1357a30a7ecf28aca90b0aedb6ef.zip | |
(LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/iris4d.h | 4 | ||||
| -rw-r--r-- | src/m/iris5d.h | 7 | ||||
| -rw-r--r-- | src/m/mips.h | 5 |
3 files changed, 15 insertions, 1 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 66e55eee071..129206d0e80 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -131,7 +131,11 @@ Boston, MA 02111-1307, USA. */ | |||
| 131 | 131 | ||
| 132 | #undef LIBS_MACHINE | 132 | #undef LIBS_MACHINE |
| 133 | /* -lsun in case using Yellow Pages for passwords. */ | 133 | /* -lsun in case using Yellow Pages for passwords. */ |
| 134 | #if defined(__GNUC__) && defined(_ABIN32) | ||
| 135 | #define LIBS_MACHINE | ||
| 136 | #else | ||
| 134 | #define LIBS_MACHINE -lmld | 137 | #define LIBS_MACHINE -lmld |
| 138 | #endif | ||
| 135 | #define LIBS_DEBUG | 139 | #define LIBS_DEBUG |
| 136 | 140 | ||
| 137 | /* Define this if you have a fairly recent system, | 141 | /* Define this if you have a fairly recent system, |
diff --git a/src/m/iris5d.h b/src/m/iris5d.h index 7f9b8224cd8..9614d53bd5d 100644 --- a/src/m/iris5d.h +++ b/src/m/iris5d.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* machine description file for Iris-4D machines. Use with s-iris3-6.h | 1 | /* machine description file for Iris-5D machines. Use with s-iris3-6.h |
| 2 | Copyright (C) 1987 Free Software Foundation, Inc. | 2 | Copyright (C) 1987 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| @@ -130,7 +130,12 @@ Boston, MA 02111-1307, USA. */ | |||
| 130 | 130 | ||
| 131 | #undef LIBS_MACHINE | 131 | #undef LIBS_MACHINE |
| 132 | /* -lsun in case using Yellow Pages for passwords. */ | 132 | /* -lsun in case using Yellow Pages for passwords. */ |
| 133 | #if defined(__GNUC__) && defined(_ABIN32) | ||
| 134 | #define LIBS_MACHINE -lsun | ||
| 135 | #else | ||
| 133 | #define LIBS_MACHINE -lsun -lmld | 136 | #define LIBS_MACHINE -lsun -lmld |
| 137 | #endif | ||
| 138 | |||
| 134 | #define LIBS_DEBUG | 139 | #define LIBS_DEBUG |
| 135 | 140 | ||
| 136 | /* Define this if you have a fairly recent system, | 141 | /* Define this if you have a fairly recent system, |
diff --git a/src/m/mips.h b/src/m/mips.h index bd7ff74f634..8c25c8733a3 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -142,7 +142,12 @@ NOTE-END */ | |||
| 142 | 142 | ||
| 143 | #else /* not BSD */ | 143 | #else /* not BSD */ |
| 144 | 144 | ||
| 145 | #if defined(__GNUC__) && defined(_ABIN32) | ||
| 146 | #define LIBS_MACHINE | ||
| 147 | #else | ||
| 145 | #define LIBS_MACHINE -lmld | 148 | #define LIBS_MACHINE -lmld |
| 149 | #endif | ||
| 150 | |||
| 146 | #define LD_SWITCH_MACHINE -D 800000 -g3 | 151 | #define LD_SWITCH_MACHINE -D 800000 -g3 |
| 147 | #define START_FILES pre-crt0.o /usr/lib/crt1.o | 152 | #define START_FILES pre-crt0.o /usr/lib/crt1.o |
| 148 | #define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o | 153 | #define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o |