$NetBSD: patch-af,v 1.5 1999/02/04 14:54:25 frueauf Exp $ --- src/Makefile.in.orig Sun Aug 2 02:29:21 1998 +++ src/Makefile.in Sun Jan 31 14:36:49 1999 @@ -402,7 +402,7 @@ ask GCC explicitly where to find libgcc.a. */ #ifndef LINKER -#define LINKER $(CC) -nostdlib +#define LINKER $(CC) -nostartfiles #endif #ifndef LIB_GCC @@ -457,7 +457,7 @@ #endif /* not ORDINARY_LINK */ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \ - LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE $(LDFLAGS) + LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE /* A macro which other sections of Makefile can redefine to munge the flags before they're passed to LD. This is helpful if you have