summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-27 03:14:43 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-31 09:18:21 (GMT)
commit30b7b7164f9763f206dedb0929cbe3a510ad5ab9 (patch)
tree63c1fcba7485a1283d49a13c62701e72e8a96bcc /src
parent05380b49b7337df2eb11f834a8a9b01b0ab1cbe7 (diff)
downloadmxe-30b7b7164f9763f206dedb0929cbe3a510ad5ab9.zip
mxe-30b7b7164f9763f206dedb0929cbe3a510ad5ab9.tar.gz
mxe-30b7b7164f9763f206dedb0929cbe3a510ad5ab9.tar.bz2
enbale MXE_GCC_THREADS and allow target spec <triplet>.<link>.<threads>
* enables optional c++11 <thread>, <mutex>, and <future> in libgcc * avoid double build advice: http://sigrok.org/gitweb/?p=sigrok-util.git;a=blob;f=cross-compile/mingw/README;h=248af546f939a81855dda33142d834eecf2979c2;hb=HEAD#l44 * not heavily tested but should be released for feedback
Diffstat (limited to 'src')
-rw-r--r--src/gcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gcc.mk b/src/gcc.mk
index 37976c3..4e7bbf7 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -38,7 +38,7 @@ define $(PKG)_CONFIGURE
--disable-multilib \
--without-x \
--disable-win32-registry \
- --enable-threads=win32 \
+ --enable-threads=$(MXE_GCC_THREADS) \
--enable-libgomp \
--with-gmp='$(PREFIX)/$(BUILD)' \
--with-isl='$(PREFIX)/$(BUILD)' \