add gcc 3.3 as a known compiler

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6568 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2003-03-24 17:09:44 +00:00
parent 748fed5ec3
commit 0e113d6a71
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-03-24 Lars Gullik Bjønnes <larsbj@gullik.net>
* lyxinclude.m4 (lyx_warning): add gcc 3.3 as known compiler and
make sure that -fno-exceptions is turned on for it.
2003-03-20 Kayvan Sylvan <kayvan@sylvan.com>
* configure.ac:

View File

@ -210,6 +210,7 @@ if test x$GXX = xyes; then
3.0*) CXXFLAGS="$lyx_opt";;
3.1*) CXXFLAGS="$lyx_opt -finline-limit=500 -fno-exceptions";;
3.2*) CXXFLAGS="$lyx_opt -fno-exceptions";;
3.3*) CXXFLAGS="$lyx_opt -fno-exceptions";;
*) CXXFLAGS="$lyx_opt";;
esac
if test x$enable_debug = xyes ; then