diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-06-17 21:53:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-06-17 21:53:07 +0000 |
commit | 75f2a5d3afbf6278dcfc7c3f4fd7dad5fcb48ab1 (patch) | |
tree | f3587903eacab947f1a0a22cc37da4b65771382a /sys/arch | |
parent | eea9c8e1446d8aa946ada59cb8f3ccd550aeaf20 (diff) |
Allow ev56 opcodes in the .s files by default (gas on alpha does not yet have
.ev56, .ev4, etc, in-file modifiers).
Diffstat (limited to 'sys/arch')
-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 |