mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

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.
21 lines
319 B
INI
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
|