source: rtems-source-builder/source-builder/mingw32-pkg-config @ 6183c7d

5
Last change on this file since 6183c7d was f3b5490, checked in by Chris Johns <chrisj@…>, on 04/08/14 at 05:11:00

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.

  • Property mode set to 100755
File size: 78 bytes
Line 
1#! /bin/sh
2base=$(dirname $0)
3exec ${base}/pkg-config --dont-define-prefix $*
Note: See TracBrowser for help on using the repository browser.