| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
fixes #1013
|
| |
|
| |
|
|\
| |
| | |
Fix MySQL and PostgreSQL posix build
|
| |
| |
| |
| | |
Windows.
|
| |
| |
| |
| | |
The source redefines all of the pthread functions. Add some checks to see if pthreads is available on Windows.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
fixes #989
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Downgrade gcc to 4.9
|
| | | |
|
| | |
| | |
| | |
| | | |
See https://github.com/mxe/mxe/pull/965#issuecomment-152884126
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Revert da82d07dbeca23087aa4351914cf4b890c1d3972 and
consequent changes of gcc version.
close #964
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This package was removed as a part of
da82d07dbeca23087aa4351914cf4b890c1d3972
File src/cloog.mk differs from its copy before da82d07dbec [1]
* sha1 -> sha256
* toolchain reorg reapplied:
* $(PKG)_TARGETS
* $(PKG)_DEPS_$(BUILD)
* define $(PKG)_BUILD -> define $(PKG)_BUILD_$(BUILD)
* $(MXE_CONFIGURE_OPTS)
[1] https://raw.githubusercontent.com/mxe/mxe/6947d3245f9c76d9124a4c4f3c164154a75f3f62/src/cloog.mk
|
| | |
| | |
| | |
| | | |
cloog is not compatible with isl 0.14
|
| |/
| |
| |
| |
| |
| | |
This reverts commit c96a007c6a4b03ca8d43c2ed848c47832f9e2baf.
This commit is not applicable to gcc 4.9.
|
|\ \
| | |
| | | |
MXE_GET_GITHUB_TAGS: new argument, stripped prefix
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Now dlfcn-win32 can't detect wine.
From log/dlfcn-win32_i686-w64-mingw32.static:
static: yes
shared: no
wine:
Previously wine was set to "yes wine".
fix #995
|
| | |
| | |
| | |
| | |
| | |
| | | |
This directory (WINEPREFIX=$(PREFIX)/readonly) is not
target specific. It is created once instead of being
created for each target.
|
|/ / |
|
| |
| |
| |
| | |
fix #994
|
| |
| |
| |
| | |
Remove the comment about MXE not supporting shared target.
|
|/ |
|
|
|
|
| |
see #952
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libtool could not find -lwinmm and produced the following message:
*** Warning: linker path does not have real file for library -lwinmm.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libwinmm and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/lib/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.2.0/../../../../i686-w64-mingw32.shared/lib//libwinmm.a
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
*** Since this library must not contain undefined symbols,
*** because either the platform does not support them or
*** it was explicitly requested with -no-undefined,
*** libtool will only create a static version of it.
After that, it created a static library instead of shared one.
Even -no-undefined did not help.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
* fixes "~winpthreads changes ~pthread_signal.h" etc. reported by build-pkg
mingw-w64 installs dummy headers if winpthreads isn't built
* enables libgomp to avoid double-build (see #331)
* no change in openmp-validation (still 20 failures - taken with a grain of
salt as the batch file test runner isn't a reliable perl substitute)
* pthreads virtual package kept for future testing
|
|
|
|
| |
see #904
|
| |
|