Files
rtems-source-builder/bare/config/devel/libiconv-1.14-1.cfg
Chris Johns f3b549010d config,sb: Qemu build updates for FreeBSD and the start of MinG32.
Hack round the FreeBSD iconv support in Freebsd 10. In 10 libc now
supports iconv however iconv.h is present under /usr/local.

Start to add support to build qemu for MinGW via a Cxc. This is a
work in progress and contains lots of hidden traps.

In config.py separate out of the canadian build status.
2014-04-08 15:11:00 +10:00

21 lines
319 B
INI

#
# Libiconv
#
%if %{release} == %{nil}
%define release 1
%endif
%include %{_configdir}/base.cfg
%define libiconv_version 1.14
#
# The Libiconv build instructions. We use 0.x.x Release 1.
#
%if %{_host} == mingw32
%ifn %{check iconv >= %{libiconv_version}}
%include %{_configdir}/libiconv-1-1.cfg
%endif
%endif