]> git.pld-linux.org Git - packages/crossmingw64-gcc.git/commitdiff
- use sjlj exceptions. dw2 based eh is broken (see PR38920).
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 26 Jan 2009 16:48:15 +0000 (16:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw64-gcc.spec -> 1.12

crossmingw64-gcc.spec

index d8d4e64365286e166940eda8da52dd7aa786dbee..aa18cf0fda45a9f3cf806c944209ecff8259d7ce 100644 (file)
@@ -93,7 +93,7 @@ TEXCONFIG=false \
        %{?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 \
This page took 0.30958 seconds and 4 git commands to generate.