enable dot_init.h on both sparc & sparc64, fixing .init & .fini processing

for both platforms.  they share dot_init.h with a single #ifdef #define
difference...
This commit is contained in:
mrg 2001-07-17 18:25:11 +00:00
parent f9f0d49b94
commit 6bea810c23
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# $NetBSD: Makefile,v 1.4 1999/03/20 00:32:41 thorpej Exp $
# $NetBSD: Makefile,v 1.5 2001/07/17 18:25:11 mrg Exp $
#Uncomment the next line to enable the new .init fallthru
CPPFLAGS+= -I- -I${.CURDIR}/../sparc_elf
ELFSIZE=64

View File

@ -1,3 +1,6 @@
# $NetBSD: Makefile,v 1.4 1999/03/20 00:32:41 thorpej Exp $
# $NetBSD: Makefile,v 1.5 2001/07/17 18:25:12 mrg Exp $
#Uncomment the next line to enable the new .init fallthru
CPPFLAGS+= -I- -I${.CURDIR}
.include "${.CURDIR}/../common_elf/Makefile.inc"