Module Name:    src
Committed By:   martin
Date:           Sun Jan  9 11:34:18 UTC 2011

Modified Files:
        src/lib/csu/common_elf [netbsd-5]: Makefile.inc

Log Message:
Apply additional patch to fix mips fallout from #1499, requested by mrg


To generate a diff of this commit:
cvs rdiff -u -r1.30.4.1 -r1.30.4.2 src/lib/csu/common_elf/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/csu/common_elf/Makefile.inc
diff -u src/lib/csu/common_elf/Makefile.inc:1.30.4.1 src/lib/csu/common_elf/Makefile.inc:1.30.4.2
--- src/lib/csu/common_elf/Makefile.inc:1.30.4.1	Thu Jan  6 05:20:23 2011
+++ src/lib/csu/common_elf/Makefile.inc	Sun Jan  9 11:34:18 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.30.4.1 2011/01/06 05:20:23 riz Exp $
+#	$NetBSD: Makefile.inc,v 1.30.4.2 2011/01/09 11:34:18 martin Exp $
 
 .if !defined(ELFSIZE)
 ELFSIZE=32
@@ -14,12 +14,12 @@
 CPPFLAGS+=	-DJCR
 CPPFLAGS+=	-DDSO_HANDLE
 
+.include <bsd.own.mk>
+
 .if defined(HAVE_GCC) && ${HAVE_GCC} > 3
 CFLAGS+=	-fno-unit-at-a-time
 .endif
 
-.include <bsd.own.mk>
-
 .PATH:		${.CURDIR}/../common_elf
 
 SRCS+=		crt0.c crti.c crtn.c

Reply via email to