config: Disable ICONV support for the m32c.

This commit is contained in:
Chris Johns 2013-08-22 11:41:10 +10:00
parent 85007c35d1
commit 51a669f001

View File

@ -24,6 +24,11 @@
#
%define enable_cxx 0
#
# Disable building ICONV support
#
%define with_iconv 0
#
# Set the build flags to work around the defaults in the
# compiler that cause ICE.