Remove vestiges of VARPSZ.
This commit is contained in:
parent
8ad8284735
commit
9d8c69b929
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile.inc,v 1.7 2002/09/11 22:28:32 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.8 2002/09/24 12:12:07 mycroft Exp $
|
||||
|
||||
SRCS+= rtld_start.S mdreloc.c
|
||||
|
||||
# XXX Should not be in CPPFLAGS!
|
||||
CPPFLAGS+= -fpic
|
||||
|
||||
CPPFLAGS+= -DELFSIZE=32 -DVARPSZ
|
||||
CPPFLAGS+= -DELFSIZE=32
|
||||
|
||||
LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1 2002/07/10 15:12:37 fredette Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.2 2002/09/24 12:12:08 mycroft Exp $
|
||||
|
||||
SRCS+= rtld_start.S hppa_reloc.c
|
||||
|
||||
# XXX Should not be in CPPFLAGS!
|
||||
CPPFLAGS+= -fpic
|
||||
|
||||
CPPFLAGS+= -DELFSIZE=32 #-DVARPSZ
|
||||
CPPFLAGS+= -DELFSIZE=32
|
||||
#CPPFLAGS+= -DRTLD_DEBUG
|
||||
#CPPFLAGS+= -DRTLD_DEBUG_RELOC
|
||||
#CPPFLAGS+= -DRTLD_DEBUG_HPPA
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile.inc,v 1.6 2002/09/11 20:45:52 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 2002/09/24 12:12:09 mycroft Exp $
|
||||
|
||||
SRCS+= rtld_start.S mdreloc.c
|
||||
|
||||
# XXX Should not be in CPPFLAGS!
|
||||
CPPFLAGS+= -fpic
|
||||
|
||||
CPPFLAGS+= -DELFSIZE=32 -DVARPSZ
|
||||
CPPFLAGS+= -DELFSIZE=32
|
||||
|
||||
LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile.inc,v 1.6 2002/09/24 01:59:44 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 2002/09/24 12:12:09 mycroft Exp $
|
||||
|
||||
SRCS+= rtld_start.S ppc_reloc.c
|
||||
|
||||
# XXX Should not be in CPPFLAGS!
|
||||
CPPFLAGS+= -fpic -msoft-float
|
||||
|
||||
CPPFLAGS+= -DELFSIZE=32 -DVARPSZ
|
||||
CPPFLAGS+= -DELFSIZE=32
|
||||
|
||||
LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
|
||||
LDFLAGS+= --script ${.CURDIR}/arch/powerpc/ld.so.script
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.2 2002/09/05 15:38:29 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 2002/09/24 12:12:09 mycroft Exp $
|
||||
|
||||
SRCS+= rtld_start.S mdreloc.c
|
||||
|
||||
CPPFLAGS+= -fpic -DELFSIZE=32 -DVARPSZ
|
||||
CPPFLAGS+= -fpic -DELFSIZE=32
|
||||
LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile.inc,v 1.6 2002/09/11 19:46:04 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 2002/09/24 12:12:10 mycroft Exp $
|
||||
|
||||
SRCS+= rtld_start.S mdreloc.c
|
||||
|
||||
# XXX Should not be in CPPFLAGS!
|
||||
CPPFLAGS+= -fpic
|
||||
|
||||
CPPFLAGS+= -DELFSIZE=32 -DVARPSZ
|
||||
CPPFLAGS+= -DELFSIZE=32
|
||||
|
||||
LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile.inc,v 1.4 2002/09/11 19:46:40 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.5 2002/09/24 12:12:10 mycroft Exp $
|
||||
|
||||
SRCS+= rtld_start.S mdreloc.c
|
||||
|
||||
# XXX Should not be in CPPFLAGS!
|
||||
CPPFLAGS+= -fpic
|
||||
|
||||
CPPFLAGS+= -DELFSIZE=64 -DVARPSZ
|
||||
CPPFLAGS+= -DELFSIZE=64
|
||||
|
||||
LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
|
||||
|
Loading…
Reference in New Issue
Block a user