Skip to content

Commit 71f1fd8

Browse files
committed
Revert "SunOS/sparcv9/libsnappyjava.so"
1 parent 078b4c5 commit 71f1fd8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Makefile.common

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ endif
4242

4343
# os=Default is meant to be generic unix/linux
4444

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
4646
os_arch := $(OS_NAME)-$(OS_ARCH)
4747
IBM_JDK_7 := $(findstring IBM, $(shell $(JAVA) -version 2>&1 | grep IBM | grep "JRE 1.7"))
4848

@@ -141,13 +141,6 @@ SunOS-sparc_LINKFLAGS := -shared -static-libgcc -static-libstdc++
141141
SunOS-sparc_LIBNAME := libsnappyjava.so
142142
SunOS-sparc_SNAPPY_FLAGS :=
143143

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-
151144
SunOS-x86_64_CXX := g++
152145
SunOS-x86_64_STRIP := strip
153146
SunOS-x86_64_CXXFLAGS := -include lib/inc_linux/jni_md.h -I$(JAVA_HOME)/include -O2 -fPIC -fvisibility=hidden -m64
Binary file not shown.

0 commit comments

Comments
 (0)