From 0986bac3a1045f7f88fa47704dfb9f1a7d2f6382 Mon Sep 17 00:00:00 2001 From: miod Date: Sat, 30 May 2015 19:53:02 +0000 Subject: [PATCH] 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. --- lib/libarch/alpha/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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= -- 2.20.1