From 1380954e125bd7b4b6d785f242170844d83fd843 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 29 Jun 2013 12:59:25 +0000 Subject: Pass -D_LOCORE when building .S files. --- sys/arch/vax/stand/xxboot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/vax/stand/xxboot/Makefile b/sys/arch/vax/stand/xxboot/Makefile index 793c4a86db4..e797feceb36 100644 --- a/sys/arch/vax/stand/xxboot/Makefile +++ b/sys/arch/vax/stand/xxboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2012/08/21 14:46:20 pascal Exp $ +# $OpenBSD: Makefile,v 1.11 2013/06/29 12:59:24 miod Exp $ # $NetBSD: Makefile,v 1.12 2002/02/24 01:04:25 matt Exp $ S= ${.CURDIR}/../../../../ @@ -18,6 +18,7 @@ CPPFLAGS+=-D_STANDALONE -DLIBSA_NO_FD_CHECKING -DLIBSA_NO_RAW_ACCESS \ -DLIBSA_NO_FS_SYMLINK -DLIBSA_NO_FS_CLOSE \ -DLIBSA_NO_FS_WRITE -DLIBSA_NO_FS_SEEK \ -DNEED_UFS +AFLAGS+=-D_LOCORE BINDIR= /usr/mdec NOMAN= # defined NOPIE= -- cgit v1.2.3