]> git.pld-linux.org Git - packages/crossmingw64-gcc.git/commitdiff
- new snap, more configure opts, files fixed.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 9 Feb 2009 20:29:37 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw64-gcc.spec -> 1.13

crossmingw64-gcc.spec

index aa18cf0fda45a9f3cf806c944209ecff8259d7ce..e812a3076f1bda558da256a681feaa50f8f88bcb 100644 (file)
@@ -12,7 +12,7 @@ Name:         crossmingw64-gcc
 %define                _major_ver      4.4
 %define                _minor_ver      0
 Version:       %{_major_ver}.%{_minor_ver}
-%define                _snap   20090123
+%define                _snap   20090206
 Release:       0.%{_snap}.1
 Epoch:         1
 License:       GPL v3+
@@ -100,11 +100,13 @@ TEXCONFIG=false \
        --enable-decimal-float=yes \
        --enable-cmath \
        --disable-nls \
+       --disable-win32-registry \
        --with-gnu-as \
        --with-gnu-ld \
        --with-mangler-in-ld \
        --with-gxx-include-dir=%{arch}/include/c++/%{version} \
        --disable-libstdcxx-pch \
+       --disable-symvers \
        --enable-__cxa_atexit \
        --disable-libmudflap \
        --disable-libssp \
@@ -219,7 +221,7 @@ rm -rf $RPM_BUILD_ROOT
 %{gcclib}/*.o
 %{gcclib}/libgcc.a
 %if %{without bootstrap}
-%{_bindir}/libgcc_s_1.dll
+%{_bindir}/libgcc_s_sjlj-1.dll
 %{gcclib}/libgcc_eh.a
 %endif
 %{gcclib}/libgcov.a
This page took 0.132823 seconds and 4 git commands to generate.