From 412fcd3f6c0911dd8b8bdef286ce5c1ed21dc062 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 18 Dec 2012 04:44:36 +0000 Subject: [PATCH] More correct version of prev. fix. --- gnu/usr.bin/binutils/as/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile index a27fed3b306b..4436394f5de4 100644 --- a/gnu/usr.bin/binutils/as/Makefile +++ b/gnu/usr.bin/binutils/as/Makefile @@ -8,7 +8,7 @@ .PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config -.if ${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "powerpc64" +.if ${TARGET_ARCH:Marm*} || ${TARGET_ARCH} == "powerpc64" NO_WERROR.clang= .endif