[fedora-java] java arch dir names for mips

Caolan McNamara caolanm at redhat.com
Thu Oct 11 19:54:10 UTC 2007


So in OOo we have..

#if defined SPARC
#define JFW_PLUGIN_ARCH "sparc"
#elif defined INTEL
#define JFW_PLUGIN_ARCH "i386"
#elif defined POWERPC64
#define JFW_PLUGIN_ARCH "ppc64"
#elif defined POWERPC
#define JFW_PLUGIN_ARCH "ppc"
#elif defined X86_64
#define JFW_PLUGIN_ARCH "amd64"
#endif // SPARC, INTEL, POWERPC

But does anyone know what the arch names should be for the various mips
of mipsel mipseb mips64el and mips64eb, I seem to see "mipsel" used by
gcj for mipsel, but mips32 is being used by e.g.
http://www.lemote.com/debian/pool/contrib/sun-java_1.5-lemote-b1_mipsel.deb
I don't suppose there is an actual standard here, even a de-facto one ?

C.




More information about the fedora-devel-java-list mailing list