aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@FreeBSD.org>2012-08-24 16:37:00 +0000
committerRoman Divacky <rdivacky@FreeBSD.org>2012-08-24 16:37:00 +0000
commitbeaded8a1eccbbc6484a3c8e95b8fcb3ba500e1b (patch)
treea101c4263c31bd0d9b36ceb57465b4677a2b6787 /gnu
parent802db7b616ced0fc8763aef1dafd0f36539fc3fa (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/as/Makefile4
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.powerpc641
2 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile
index 6480e764a6ef..1543bfb9f746 100644
--- a/gnu/usr.bin/binutils/as/Makefile
+++ b/gnu/usr.bin/binutils/as/Makefile
@@ -8,6 +8,10 @@
.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
+.if ${TARGET_ARCH} == "powerpc64"
+NO_WERROR.clang=
+.endif
+
PROG= as
SRCS+= app.c \
as.c \
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.powerpc64 b/gnu/usr.bin/binutils/libbfd/Makefile.powerpc64
index d65e3d142cb8..a32e95dd3641 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile.powerpc64
+++ b/gnu/usr.bin/binutils/libbfd/Makefile.powerpc64
@@ -3,6 +3,7 @@
ARCHS+= rs6000
DEFAULT_VECTOR= bfd_elf64_powerpc_vec
+NO_WERROR.clang=
SRCS+= cpu-powerpc.c \
cpu-rs6000.c \