diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-07-17 03:56:48 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-07-17 03:56:48 +0000 |
| commit | 4abcdae85ea338bf1d17e80aa7682fedd2f8ed3d (patch) | |
| tree | 64bc2b0a992be2ba8272cbc6d7b128d54be50570 | |
| parent | 86ec8403dd7f364bb039f7478b0f7c057a2a0975 (diff) | |
Enable the new (working) .init/.fini magic.
| -rw-r--r-- | lib/csu/alpha/Makefile | 4 | ||||
| -rw-r--r-- | lib/csu/i386_elf/Makefile | 4 | ||||
| -rw-r--r-- | lib/csu/m68k_elf/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 68137df9a22..42e811aed30 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -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 --git a/lib/csu/i386_elf/Makefile b/lib/csu/i386_elf/Makefile index 5e3c4d814c0..7d02d524c8f 100644 --- a/lib/csu/i386_elf/Makefile +++ b/lib/csu/i386_elf/Makefile @@ -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 --git a/lib/csu/m68k_elf/Makefile b/lib/csu/m68k_elf/Makefile index a9df177ffe0..4c5dc3fc47a 100644 --- a/lib/csu/m68k_elf/Makefile +++ b/lib/csu/m68k_elf/Makefile @@ -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" |
