aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2012-06-23 19:24:30 +0000
committerBen Hutchings <benh@debian.org>2012-06-23 19:24:30 +0000
commit6eb32a96cce2750d3b4e1ab2db8285d20dc18830 (patch)
treeefd2c6b07431c447f3affc889dda5d0aa6340fa4
parent221e81adfe1191946825d97ada36e0fd856e8176 (diff)
downloadkernel_replicant_linux-6eb32a96cce2750d3b4e1ab2db8285d20dc18830.tar.gz
kernel_replicant_linux-6eb32a96cce2750d3b4e1ab2db8285d20dc18830.tar.bz2
kernel_replicant_linux-6eb32a96cce2750d3b4e1ab2db8285d20dc18830.zip
[powerpc] Enable PPC_DISABLE_WERROR
svn path=/dists/sid/linux/; revision=19185
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/powerpc/config1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7b5fcbb4630f..7fce82a8f55d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
linux (3.2.21-2) UNRELEASED; urgency=low
* [i386] cpufreq/gx: Fix the compile error
+ * [powerpc] Enable PPC_DISABLE_WERROR
-- Ben Hutchings <ben@decadent.org.uk> Sat, 23 Jun 2012 20:19:15 +0100
diff --git a/debian/config/powerpc/config b/debian/config/powerpc/config
index 86f495841583..d0591122499f 100644
--- a/debian/config/powerpc/config
+++ b/debian/config/powerpc/config
@@ -19,6 +19,7 @@ CONFIG_PCI=y
##
## file: arch/powerpc/Kconfig.debug
##
+CONFIG_PPC_DISABLE_WERROR=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_CODE_PATCHING_SELFTEST is not set
# CONFIG_FTR_FIXUP_SELFTEST is not set