Mercurial > emacs
changeset 3368:cb9e597ce94f
Delete ! __GNUC__ conditional.
(LD_SWITCH_MACHINE): Defined.
(ORDINARY_LINK): Defined unconditionally.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 May 1993 21:57:00 +0000 |
parents | d8301f8d5b73 |
children | f7f2e724f501 |
files | src/m/ibmrs6000.h |
diffstat | 1 files changed, 2 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/ibmrs6000.h Mon May 31 21:53:41 1993 +0000 +++ b/src/m/ibmrs6000.h Mon May 31 21:57:00 1993 +0000 @@ -130,10 +130,5 @@ #undef NEED_SIOCTL #undef NEED_PTEM_H -#ifdef __GNUC__ -# define ORDINARY_LINK -# define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscall.exp -#else -# undef LINKER -# define LINKER cc -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp -#endif +#define ORDINARY_LINK +#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp