Revert settings for sparc
This commit is contained in:
parent
4e6a1149c1
commit
3700f97c67
|
@ -86,6 +86,7 @@ SunOS-sparc_LINKFLAGS := -shared -static-libgcc -static-libstdc++
|
|||
SunOS-sparc_LIBNAME := libsnappyjava.so
|
||||
SunOS-sparc_SNAPPY_FLAGS :=
|
||||
|
||||
|
||||
# '-include lib/inc_linux/jni_md.h' is used to force the use of our version,
|
||||
# which defines JNIEXPORT differently; otherwise, since OpenJDK includes
|
||||
# jni_md.h in same directory as jni.h, the include path is ignored when
|
||||
|
|
Binary file not shown.
2
pom.xml
2
pom.xml
|
@ -189,7 +189,7 @@
|
|||
org/xerial/snappy/native/Linux/x86_64/libsnappyjava.so;osname=linux;processor=x86-64,
|
||||
org/xerial/snappy/native/Linux/x86/libsnappyjava.so;osname=linux;processor=x86,
|
||||
org/xerial/snappy/native/SunOS/x86/libsnappyjava.so;osname=sunos;processor=x86,
|
||||
org/xerial/snappy/native/SunOS/x86_64/libsnappyjava.so;osname=sunos;processor=sparc,
|
||||
org/xerial/snappy/native/SunOS/sparc/libsnappyjava.so;osname=sunos;processor=sparc,
|
||||
org/xerial/snappy/native/Linux/arm/libsnappyjava.so;osname=linux;processor=arm
|
||||
</Bundle-NativeCode>
|
||||
<!-- TODO: unsure about ARMHF -->
|
||||
|
|
|
@ -58,7 +58,6 @@ public class OSInfo
|
|||
archMapping.put("amd64", X86_64);
|
||||
archMapping.put("em64t", X86_64);
|
||||
archMapping.put("universal", X86_64); // Needed for openjdk7 in Mac
|
||||
archMapping.put("sparc", X86_64);
|
||||
|
||||
// Itenium 64-bit mappings
|
||||
archMapping.put(IA64, IA64);
|
||||
|
|
Loading…
Reference in New Issue