diff options
author | 2013-06-29 12:59:24 +0000 | |
---|---|---|
committer | 2013-06-29 12:59:24 +0000 | |
commit | 37039ddfc08ade6e407cee9c5799e246b2eb6889 (patch) | |
tree | 874ec6705c5a0cc80fa3c935f739f99647aa2bac | |
parent | do not use Sx for sections outwith the page; (diff) | |
download | wireguard-openbsd-37039ddfc08ade6e407cee9c5799e246b2eb6889.tar.xz wireguard-openbsd-37039ddfc08ade6e407cee9c5799e246b2eb6889.zip |
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= |