summaryrefslogtreecommitdiffstats
path: root/source-builder/mingw32-pkg-config
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-04-08 15:11:00 +1000
committerChris Johns <chrisj@rtems.org>2014-04-08 15:11:00 +1000
commitf3b549010d814fa5b2404042a687053c575884ac (patch)
tree2dc7497db20e3700fcdd9939844c23c474b51a3b /source-builder/mingw32-pkg-config
parentdoc: Updated after GSoC student feedback. (diff)
downloadrtems-source-builder-f3b549010d814fa5b2404042a687053c575884ac.tar.bz2
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.
Diffstat (limited to 'source-builder/mingw32-pkg-config')
-rwxr-xr-xsource-builder/mingw32-pkg-config3
1 files changed, 3 insertions, 0 deletions
diff --git a/source-builder/mingw32-pkg-config b/source-builder/mingw32-pkg-config
new file mode 100755
index 0000000..111f806
--- /dev/null
+++ b/source-builder/mingw32-pkg-config
@@ -0,0 +1,3 @@
+#! /bin/sh
+base=$(dirname $0)
+exec ${base}/pkg-config --dont-define-prefix $*