Source-Changes-HG archive

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

[src/trunk]: src/lib/csu Enable the new (working) .init/.fini magic.



details:   https://anonhg.NetBSD.org/src/rev/21954cb6f35b
branches:  trunk
changeset: 512792:21954cb6f35b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 17 03:56:48 2001 +0000

description:
Enable the new (working) .init/.fini magic.

diffstat:

 lib/csu/alpha/Makefile    |  4 ++--
 lib/csu/i386_elf/Makefile |  4 ++--
 lib/csu/m68k_elf/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 619115300346 -r 21954cb6f35b lib/csu/alpha/Makefile
--- a/lib/csu/alpha/Makefile    Tue Jul 17 03:42:23 2001 +0000
+++ b/lib/csu/alpha/Makefile    Tue Jul 17 03:56:48 2001 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.20 2001/05/11 22:44:14 ross Exp $
+#      $NetBSD: Makefile,v 1.21 2001/07/17 03:56:48 thorpej Exp $
 
 ELFSIZE=       64
 
 #Uncomment the next line to enable the new .init fallthru
-#CPPFLAGS+=    -I- -I${.CURDIR}
+CPPFLAGS+=     -I- -I${.CURDIR}
 
 .include "${.CURDIR}/../common_elf/Makefile.inc"
diff -r 619115300346 -r 21954cb6f35b lib/csu/i386_elf/Makefile
--- a/lib/csu/i386_elf/Makefile Tue Jul 17 03:42:23 2001 +0000
+++ b/lib/csu/i386_elf/Makefile Tue Jul 17 03:56:48 2001 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.5 2001/05/11 22:44:15 ross Exp $
+#      $NetBSD: Makefile,v 1.6 2001/07/17 03:56:48 thorpej 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"
diff -r 619115300346 -r 21954cb6f35b lib/csu/m68k_elf/Makefile
--- a/lib/csu/m68k_elf/Makefile Tue Jul 17 03:42:23 2001 +0000
+++ b/lib/csu/m68k_elf/Makefile Tue Jul 17 03:56:48 2001 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.5 2001/05/12 00:17:55 kleink Exp $
+#      $NetBSD: Makefile,v 1.6 2001/07/17 03:56:49 thorpej 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