diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-06-29 12:59:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-06-29 12:59:25 +0000 |
commit | 1380954e125bd7b4b6d785f242170844d83fd843 (patch) | |
tree | 81037aa807baf2568e1217ce474057a7176dbd97 | |
parent | e3a0801da3b8c824dca69ecf0ff8620d7777f63f (diff) |
Pass -D_LOCORE when building .S files.
-rw-r--r-- | sys/arch/vax/stand/xxboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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= |