From 23505325a7b862828116bf9f5ff77df587644eb2 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Thu, 7 Dec 2006 03:35:31 +1100 Subject: [PATCH] mingw32-gcc: removed --enable-sjlj-exceptions from configure as its only needed for gcc3 --- mingw32-gcc/Pkgfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw32-gcc/Pkgfile b/mingw32-gcc/Pkgfile index 2f2eb1096..dace49b33 100644 --- a/mingw32-gcc/Pkgfile +++ b/mingw32-gcc/Pkgfile @@ -30,12 +30,13 @@ build() { --with-gnu-as \ --enable-threads \ --enable-languages=c,c++ \ - --enable-sjlj-exceptions \ --enable-libgcj \ --enable-java-gc=boehm \ --enable-interpreter \ --enable-hash-synchronization \ --enable-libstdcxx-debug + + #--enable-sjlj-exceptions only needed for gcc3 make CFLAGS="-O2" CXXFLAGS="-O2" GCJFLAGS="-O2" LDFLAGS="-s" DEBUG_FLAGS="-g0" make DESTDIR=$PKG install