summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-02 22:42:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-04 11:17:52 +0000
commit67493a015472fcdb53ca6f852c809a5d2390a1ea (patch)
tree12e27de659acff9c966623a1d43cf7c71c621d34 /recipes-support
downloadmeta-mingw-67493a015472fcdb53ca6f852c809a5d2390a1ea.tar.gz
Initial population
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/gmp/gmp_5.1.1.bbappend3
-rw-r--r--recipes-support/mpc/libmpc_1.0.1.bbappend1
-rw-r--r--recipes-support/mpfr/mpfr_3.1.2.bbappend1
3 files changed, 5 insertions, 0 deletions
diff --git a/recipes-support/gmp/gmp_5.1.1.bbappend b/recipes-support/gmp/gmp_5.1.1.bbappend
new file mode 100644
index 0000000..7f25fe2
--- /dev/null
+++ b/recipes-support/gmp/gmp_5.1.1.bbappend
@@ -0,0 +1,3 @@
1do_install_append_mingw32 () {
2 ln -s libgmp.lib ${D}${libdir}/gmp.lib
3} \ No newline at end of file
diff --git a/recipes-support/mpc/libmpc_1.0.1.bbappend b/recipes-support/mpc/libmpc_1.0.1.bbappend
new file mode 100644
index 0000000..0d289df
--- /dev/null
+++ b/recipes-support/mpc/libmpc_1.0.1.bbappend
@@ -0,0 +1 @@
EXTRA_OECONF_append_mingw32 = "--enable-static --disable-shared" \ No newline at end of file
diff --git a/recipes-support/mpfr/mpfr_3.1.2.bbappend b/recipes-support/mpfr/mpfr_3.1.2.bbappend
new file mode 100644
index 0000000..4252e8d
--- /dev/null
+++ b/recipes-support/mpfr/mpfr_3.1.2.bbappend
@@ -0,0 +1 @@
EXTRA_OECONF_append_mingw32 = " --disable-shared" \ No newline at end of file