From cee81973aca1b3da5557c35db8c31b57ccff82cb Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 7 Apr 1998 13:03:11 +0000 Subject: Use -nostartfiles, not -L/usr/lib. Don't try to hack around the system; use it to your advantage. --- editors/emacs/patches/patch-af | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'editors') diff --git a/editors/emacs/patches/patch-af b/editors/emacs/patches/patch-af index 6ab5f8dc5d0..a0ffe488210 100644 --- a/editors/emacs/patches/patch-af +++ b/editors/emacs/patches/patch-af @@ -1,11 +1,11 @@ ---- src/Makefile.in.orig Mon Aug 25 21:09:35 1997 -+++ src/Makefile.in Mon Mar 16 09:20:37 1998 -@@ -147,7 +147,7 @@ - /* This holds special options for linking temacs - that should be used for linking anything else. */ - #ifndef LD_SWITCH_SYSTEM_TEMACS --#define LD_SWITCH_SYSTEM_TEMACS -+#define LD_SWITCH_SYSTEM_TEMACS -L/usr/lib +--- src/Makefile.in.orig Mon Aug 25 15:09:35 1997 ++++ src/Makefile.in Mon Apr 6 14:09:15 1998 +@@ -401,7 +401,7 @@ + ask GCC explicitly where to find libgcc.a. */ + + #ifndef LINKER +-#define LINKER $(CC) -nostdlib ++#define LINKER $(CC) -nostartfiles #endif - /* Some m/MACHINE.h files define this to request special switches in ld. */ + #ifndef LIB_GCC -- cgit v1.2.3