summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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.