summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-af
blob: a0ffe488210d30741e0c28131701ba6cc9e29aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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
 
 #ifndef LIB_GCC