Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/csu/mips Enable dot_init.h on mips, fixing .init & .fini...



details:   https://anonhg.NetBSD.org/src/rev/53aa8c52416c
branches:  trunk
changeset: 512834:53aa8c52416c
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Jul 18 04:43:48 2001 +0000

description:
Enable dot_init.h on mips, fixing .init & .fini processing.

diffstat:

 lib/csu/mips/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 6a154d34b247 -r 53aa8c52416c lib/csu/mips/Makefile
--- a/lib/csu/mips/Makefile     Wed Jul 18 04:15:55 2001 +0000
+++ b/lib/csu/mips/Makefile     Wed Jul 18 04:43:48 2001 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.22 2001/07/17 15:20:23 simonb Exp $
+#      $NetBSD: Makefile,v 1.23 2001/07/18 04:43:48 simonb Exp $
 
 #Uncomment the next line to enable the new .init fallthru
-#CPPFLAGS+=    -I- -I${.CURDIR}
+CPPFLAGS+=     -I- -I${.CURDIR}
 
 .include "${.CURDIR}/../common_elf/Makefile.inc"



Home | Main Index | Thread Index | Old Index