From: miod Date: Sat, 30 May 2015 19:53:02 +0000 (+0000) Subject: Build with -mbwx rather than -Wa,-mev56 so that upcoming changes to the compiler X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0986bac3a1045f7f88fa47704dfb9f1a7d2f6382;p=openbsd Build with -mbwx rather than -Wa,-mev56 so that upcoming changes to the compiler will output proper .arch statements in its output. No functional change. --- diff --git a/lib/libarch/alpha/Makefile b/lib/libarch/alpha/Makefile index 18eff33c26c..c2a4d2bed4e 100644 --- a/lib/libarch/alpha/Makefile +++ b/lib/libarch/alpha/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/lib/libio/Makefile,v 1.2 1999/08/28 00:04:42 peter Exp $ -# $OpenBSD: Makefile,v 1.7 2002/07/12 22:30:25 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2015/05/30 19:53:02 miod Exp $ MAN= inb.2 MLINKS+= inb.2 dense_base.2 \ @@ -15,7 +15,7 @@ MANSUBDIR=alpha .if ${MACHINE} == "alpha" NOPIC= SRCS= io.c bwx.c -CFLAGS+= -Wall -Wno-uninitialized -Wa,-mev56 +CFLAGS+= -Wall -Wno-uninitialized -mbwx .include .else NOPROG=