svn commit: r244377 - head/gnu/usr.bin/binutils/as

Andrey A. Chernov ache at FreeBSD.org
Tue Dec 18 04:44:36 UTC 2012


Author: ache
Date: Tue Dec 18 04:44:36 2012
New Revision: 244377
URL: http://svnweb.freebsd.org/changeset/base/244377

Log:
  More correct version of prev. fix.

Modified:
  head/gnu/usr.bin/binutils/as/Makefile

Modified: head/gnu/usr.bin/binutils/as/Makefile
==============================================================================
--- head/gnu/usr.bin/binutils/as/Makefile	Tue Dec 18 04:38:34 2012	(r244376)
+++ head/gnu/usr.bin/binutils/as/Makefile	Tue Dec 18 04:44:36 2012	(r244377)
@@ -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
 


More information about the svn-src-all mailing list