mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
748fed5ec3
commit
0e113d6a71
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user