summaryrefslogtreecommitdiffstats
path: root/bfd/configure
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2008-02-04 19:43:51 +0000
committerH.J. Lu <hjl.tools@gmail.com>2008-02-04 19:43:51 +0000
commitbb8541b9c4e5fd33d0b2a2271a060ece41c708ee (patch)
treeee6d5a97a03ca013498c9a8312888c4265c0327b /bfd/configure
parent57b592a36d52809bbd3da9e517fabd2500cd7ee6 (diff)
downloadppe42-binutils-bb8541b9c4e5fd33d0b2a2271a060ece41c708ee.tar.gz
ppe42-binutils-bb8541b9c4e5fd33d0b2a2271a060ece41c708ee.zip
bfd/
2008-02-04 Kai Tietz <kai.tietz@onevision.com> H.J. Lu <hongjiu.lu@intel.com> PR 5715 * warning.m4: Enable -Wno-format by default when using gcc on mingw. * configure: Regenerated. binutils/ 2008-02-04 H.J. Lu <hongjiu.lu@intel.com> PR 5715 * configure: Regenerated. gas/ 2008-02-04 H.J. Lu <hongjiu.lu@intel.com> PR 5715 * configure: Regenerated. ld/ 2008-02-04 H.J. Lu <hongjiu.lu@intel.com> PR 5715 * configure: Regenerated. opcodes/ 2008-02-04 H.J. Lu <hongjiu.lu@intel.com> PR 5715 * configure: Regenerated.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-xbfd/configure10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/configure b/bfd/configure
index c15a118191..bd532e32e8 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -10609,6 +10609,16 @@ echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
esac
fi;
+# Enable -Wno-format by default when using gcc on mingw
+case "${host}" in
+ *-*-mingw32*)
+ if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
+ GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
+ fi
+ ;;
+ *) ;;
+esac
+
# Enable -Werror by default when using gcc
if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
ERROR_ON_WARNING=yes
OpenPOWER on IntegriCloud