summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-02-04 10:33:53 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-02-07 03:33:26 (GMT)
commit5da81682638fb00f9250c442ecc413b2984dce4e (patch)
tree914310c7a0a462e2db3dc09f5a281132254ab456 /README.md
parent27facf1c6fcb7973781568dde9b0c1072e28f669 (diff)
downloadmxe-5da81682638fb00f9250c442ecc413b2984dce4e.zip
mxe-5da81682638fb00f9250c442ecc413b2984dce4e.tar.gz
mxe-5da81682638fb00f9250c442ecc413b2984dce4e.tar.bz2
allow non-default exception handling targets
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 16b4d45..37c4a20 100644
--- a/README.md
+++ b/README.md
@@ -33,5 +33,12 @@ various target platforms, which:
* GCC Threading Libraries (`winpthreads` is always available):
- win32
- [posix (experimental)](https://github.com/mxe/mxe/pull/958)
+ * GCC Exception Handling:
+ - Default
+ - i686: sjlj
+ - x86_64: seh
+ - [Alternatives (experimental)](https://github.com/mxe/mxe/pull/1664)
+ - i686: dw2
+ - x86_64: sjlj
Please see [mxe.cc](http://mxe.cc/) for further information and package support matrix.