On Fri, 2011-09-30 at 07:53 +0900, Takeshi Abe wrote:
Hi,
I stumbled on some ifdefs of ALPHA existing as follows:
sfx2/inc/sfx2/minarray.hxx:#if defined (ALPHA) && defined (UNX)
svtools/source/filter/filter.cxx:#if defined UNX && defined ALPHA
sw/source/core/docnode/ndsect.cxx:#if defined( ALPHA ) && defined( UNX )
sw/source/core/docnode/node.cxx:#if defined( ALPHA ) && defined( UNX )
sw/source/core/docnode/node.cxx:#if defined( ALPHA ) && defined( UNX )
sw/source/core/table/swtable.cxx:#if defined(ALPHA) && defined(WNT)
sw/source/core/table/swtable.cxx:#if defined(ALPHA) && defined(WNT)
tools/source/stream/strmunx.cxx:#if defined(RS6000) || defined(ALPHA) || defined(NETBSD) || \
tools/source/stream/strmunx.cxx:#if !defined(RS6000) && !defined(ALPHA) && !defined(NETBSD) &&
!defined (FREEBSD) && \
but solenv/inc/unxlngaxp.mk does not define it nor somewhere else.
Should it be fixed or just removed?
yeah, the Linux Alpha port defines "AXP" not "ALPHA", the "ALPHA" stuff
can go.
FWIW the scheme (for linux anyway) of the gbuild newer-style .mk, e.g.
solenv/gbuild/platform/linux-ARCH.mk, implies a -DARCH of that ARCH
C.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.