mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-19 05:53:35 +00:00
Add support for Itanium machines.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8391 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
00d203653d
commit
4dc196def6
@ -1,3 +1,7 @@
|
||||
2004-02-03 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* boost/detail/limits.hpp: add support for Itanium machines.
|
||||
|
||||
2003-10-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* boost/config/user.hpp (BOOST_REGEX_NARROW_INSTANTIATE): only
|
||||
|
@ -51,7 +51,7 @@
|
||||
// bit layout, but about floating-point NaN (etc.) bit patterns.
|
||||
#if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || defined(__ppc__) || defined(__hppa) || defined(_MIPSEB) || defined(_POWER)
|
||||
#define BOOST_BIG_ENDIAN
|
||||
#elif defined(__i386__) || defined(__alpha__)
|
||||
#elif defined(__i386__) || defined(__alpha__) || defined(__ia64) || defined(__ia64__)
|
||||
#define BOOST_LITTLE_ENDIAN
|
||||
#else
|
||||
#error The file boost/detail/limits.hpp needs to be set up for your CPU type.
|
||||
|
@ -53,6 +53,8 @@ What's new
|
||||
incomplete to be useful: bulgarian, catalan, czech, hebrew,
|
||||
hungarian, portuguese, swedish, turkish, walloon
|
||||
|
||||
- enable lyx to compile on Itanium machines.
|
||||
|
||||
** Bug fixes
|
||||
|
||||
- fix crash when saving file containing a table (only with some
|
||||
|
Loading…
x
Reference in New Issue
Block a user