diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2012-12-17 19:17:10 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2012-12-17 19:17:10 +0000 |
| commit | 89bae3c5d00ca93e571e8b2836daf69915470940 (patch) | |
| tree | 35ead1ab89ca1e1e35e5c0deb854155e7576083e /gnu/usr.bin/binutils | |
| parent | 79672fd277ee7246c9c5a7d7a272bbd5a5b77323 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/as/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile index 17a3e192dd9e..a27fed3b306b 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} == "arm" || ${TARGET_ARCH} == "powerpc64" +.if ${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "powerpc64" NO_WERROR.clang= .endif |
