Caolan McNamara wrote:
On Mon, 2008-03-31 at 09:46 +0200, Joachim Lingner wrote:
Hi all,

I am going to implement a warning when one tries to install an extension on a platform which it does not support. Therefore I need to know the currently supported and maintained platforms. Only those platforms are of interest for which there will be an OOo 3.0 build.

This is my list:
windows_x86
linux_x86
linux_x86_64
solaris_sparc
solaris_sparc64
solaris_x86
freebsd_x86_64
macosx_x86

+

linux_ppc
linux_ppc64
This platform cannot be obtained currently using the bootstrap API, for example:
        
                OUString os( RTL_CONSTASCII_USTRINGPARAM("$_OS") );
                ::rtl::Bootstrap::expandMacros( os );

We use $_OS and $_ARCH to obtain platform information. Possible values are defined in rtl/source/macro.hxx. ppc64 is currently not support.

linux_ia64
linux_s390
linux_s390x (ready for qa today)
-not supported
linux_arm_eabi
-not supported
linux_arm_oabi
-not supported
linux_sparc
linux_mips_el
-not support
linux_mips_eb
-not supported



Are s390x arm_eabi, arm_oabi, mips_el, mips_eb names for particular CPU types? If so, then the bootstrap API should be extended accordingly.

However, currently we  could add
linux_arm
linux_mips

What do you think?



C.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to