summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-af
blob: 9f1b452911dc7cf5c65baa2bf003f250cffa93c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.3 1998/08/07 10:40:31 agc Exp $

--- 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