forked from ports/contrib
mingw32-gcc: removed --enable-sjlj-exceptions from configure as its only needed for gcc3
This commit is contained in:
parent
91a5d1e867
commit
23505325a7
@ -30,12 +30,13 @@ build() {
|
|||||||
--with-gnu-as \
|
--with-gnu-as \
|
||||||
--enable-threads \
|
--enable-threads \
|
||||||
--enable-languages=c,c++ \
|
--enable-languages=c,c++ \
|
||||||
--enable-sjlj-exceptions \
|
|
||||||
--enable-libgcj \
|
--enable-libgcj \
|
||||||
--enable-java-gc=boehm \
|
--enable-java-gc=boehm \
|
||||||
--enable-interpreter \
|
--enable-interpreter \
|
||||||
--enable-hash-synchronization \
|
--enable-hash-synchronization \
|
||||||
--enable-libstdcxx-debug
|
--enable-libstdcxx-debug
|
||||||
|
|
||||||
|
#--enable-sjlj-exceptions only needed for gcc3
|
||||||
|
|
||||||
make CFLAGS="-O2" CXXFLAGS="-O2" GCJFLAGS="-O2" LDFLAGS="-s" DEBUG_FLAGS="-g0"
|
make CFLAGS="-O2" CXXFLAGS="-O2" GCJFLAGS="-O2" LDFLAGS="-s" DEBUG_FLAGS="-g0"
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user