SPECS: crossmingw64-gcc.spec - use sjlj exceptions. dw2 based eh is broken ...
pluto
pluto at pld-linux.org
Mon Jan 26 17:48:21 CET 2009
Author: pluto Date: Mon Jan 26 16:48:21 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use sjlj exceptions. dw2 based eh is broken (see PR38920).
---- Files affected:
SPECS:
crossmingw64-gcc.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/crossmingw64-gcc.spec
diff -u SPECS/crossmingw64-gcc.spec:1.11 SPECS/crossmingw64-gcc.spec:1.12
--- SPECS/crossmingw64-gcc.spec:1.11 Sat Jan 24 09:19:22 2009
+++ SPECS/crossmingw64-gcc.spec Mon Jan 26 17:48:15 2009
@@ -94,7 +94,7 @@
%{?with_bootstrap:--with-build-sysroot=$build_sysroot} \
--%{?with_bootstrap:dis}%{!?with_bootstrap:en}able-shared \
--enable-threads=win32 \
- --disable-sjlj-exceptions \
+ --enable-sjlj-exceptions \
--enable-languages="c%{!?with_bootstrap:,c++}" \
--enable-c99 \
--enable-long-long \
@@ -258,6 +258,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2009/01/26 16:48:15 pluto
+- use sjlj exceptions. dw2 based eh is broken (see PR38920).
+
Revision 1.11 2009/01/24 08:19:22 pluto
- jump to 4.4 snapshot (it contains fixes that won't be backported to 4.3).
- build shared libgcc_s_1.dll after bootstrapping.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw64-gcc.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list