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.
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#! /bin/sh
|
|
base=$(dirname $0)
|
|
exec ${base}/pkg-config --dont-define-prefix $*
|