Date: Thursday, April 30, 2015 @ 00:52:15 Author: spupykin Revision: 132548
upgpkg: mingw-w64-gcc 5.1.0-3 upd Modified: mingw-w64-gcc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-29 21:57:40 UTC (rev 132547) +++ PKGBUILD 2015-04-29 22:52:15 UTC (rev 132548) @@ -8,7 +8,7 @@ pkgver=5.1.0 _islver=0.12.2 _cloogver=0.18.1 -pkgrel=2 +pkgrel=3 pkgdesc="Cross GCC for the MinGW-w64 cross-compiler" arch=('i686' 'x86_64') url="http://gcc.gnu.org" @@ -64,7 +64,7 @@ --enable-threads=posix --enable-fully-dynamic-string --enable-libstdcxx-time=yes \ --with-system-zlib --enable-cloog-backend=isl \ --enable-lto --disable-dw2-exceptions --enable-libgomp \ - --disable-multilib --enable-checking=release --disable-libssp + --disable-multilib --enable-checking=release make all done }