File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
src/main/resources/org/xerial/snappy/native/SunOS/sparcv9 Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 42
42
43
43
# os=Default is meant to be generic unix/linux
44
44
45
- known_os_archs := Linux-x86 Linux-x86_64 Linux-arm Linux-armhf Linux-ppc Linux-ppc64 Mac-x86 Mac-x86_64 FreeBSD-x86_64 Windows-x86 Windows-x86_64 SunOS-x86 SunOS-sparc SunOS-sparcv9 SunOS- x86_64 AIX-ppc64
45
+ known_os_archs := Linux-x86 Linux-x86_64 Linux-arm Linux-armhf Linux-ppc Linux-ppc64 Mac-x86 Mac-x86_64 FreeBSD-x86_64 Windows-x86 Windows-x86_64 SunOS-x86 SunOS-sparc SunOS-x86_64 AIX-ppc64
46
46
os_arch := $(OS_NAME)-$(OS_ARCH)
47
47
IBM_JDK_7 := $(findstring IBM, $(shell $(JAVA) -version 2>&1 | grep IBM | grep "JRE 1.7"))
48
48
@@ -141,13 +141,6 @@ SunOS-sparc_LINKFLAGS := -shared -static-libgcc -static-libstdc++
141
141
SunOS-sparc_LIBNAME := libsnappyjava.so
142
142
SunOS-sparc_SNAPPY_FLAGS :=
143
143
144
- SunOS-sparcv9_CXX := g++
145
- SunOS-sparcv9_STRIP := strip
146
- SunOS-sparcv9_CXXFLAGS := -include lib/inc_linux/jni_md.h -I$(JAVA_HOME)/include -O2 -fPIC -m64
147
- SunOS-sparcv9_LINKFLAGS := -shared -static-libgcc -static-libstdc++
148
- SunOS-sparcv9_LIBNAME := libsnappyjava.so
149
- SunOS-sparcv9_SNAPPY_FLAGS :=
150
-
151
144
SunOS-x86_64_CXX := g++
152
145
SunOS-x86_64_STRIP := strip
153
146
SunOS-x86_64_CXXFLAGS := -include lib/inc_linux/jni_md.h -I$(JAVA_HOME)/include -O2 -fPIC -fvisibility=hidden -m64
You can’t perform that action at this time.
0 commit comments