diff options
author | 2005-06-17 21:53:06 +0000 | |
---|---|---|
committer | 2005-06-17 21:53:06 +0000 | |
commit | 0fa3d634699b3453ab994130b647e815103efa2c (patch) | |
tree | e967a8cae86173229578de9dc1de2c99840b1ead | |
parent | forgotten commit. (diff) | |
download | wireguard-openbsd-0fa3d634699b3453ab994130b647e815103efa2c.tar.xz wireguard-openbsd-0fa3d634699b3453ab994130b647e815103efa2c.zip |
Allow ev56 opcodes in the .s files by default (gas on alpha does not yet have
.ev56, .ev4, etc, in-file modifiers).
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index c722681ae55..4ac3f1c4416 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.34 2004/11/19 06:41:12 miod Exp $ +# $OpenBSD: Makefile.alpha,v 1.35 2005/06/17 21:53:06 miod Exp $ # $NetBSD: Makefile.alpha,v 1.27 1996/12/01 06:12:25 jonathan Exp $ # Makefile for OpenBSD @@ -35,7 +35,7 @@ CDIAGFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main CMACHFLAGS= -mno-fp-regs -fno-builtin-printf -fno-builtin-log \ - -finhibit-size-directive + -finhibit-size-directive -Wa,-mev56 .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector .endif |