mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
remove support for gcc 2.97 simplify report for gcc 3.0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1884 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
916cf9919c
commit
b76c5d218e
@ -1,3 +1,8 @@
|
|||||||
|
2001-04-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
|
* lyxinclude.m4: remove support for gcc 2.97 simplify calling for
|
||||||
|
gcc 3.0
|
||||||
|
|
||||||
2001-03-15 Angus Leeming <a.leeming@ic.ac.uk>
|
2001-03-15 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
* qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
|
* qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
|
||||||
|
@ -207,9 +207,7 @@ dnl Check the version of g++
|
|||||||
2.95.2) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
2.95.2) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
||||||
2.95.*) CXXFLAGS="-g $lyx_opt -fno-exceptions";;
|
2.95.*) CXXFLAGS="-g $lyx_opt -fno-exceptions";;
|
||||||
2.96*) CXXFLAGS="-g $lyx_opt -fno-exceptions";;
|
2.96*) CXXFLAGS="-g $lyx_opt -fno-exceptions";;
|
||||||
2.97*) CXXFLAGS="-g $lyx_opt -fvtable-thunks -fno-builtin -ffunction-sections -fdata-sections"
|
3.0*) CXXFLAGS="-g $lyx_opt";;
|
||||||
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE=1";;
|
|
||||||
3.0*) CXXFLAGS="-g $lyx_opt -fvtable-thunks -fno-builtin -ffunction-sections -fdata-sections";;
|
|
||||||
*2.91.*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
*2.91.*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
||||||
*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user