Skip to content

Commit 80a3799

Browse files
authoredJun 22, 2023
Add missing space in SunOS-sparcv9_CCFLAGS (#249)
1 parent 00e15cb commit 80a3799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile.common

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ OpenBSD-x86_64_JANSI_FLAGS :=
110110

111111
SunOS-sparcv9_CC := $(CROSS_PREFIX)gcc
112112
SunOS-sparcv9_STRIP := $(CROSS_PREFIX)strip
113-
SunOS-sparcv9_CCFLAGS := -I$(JAVA_HOME)/include -Itarget/inc -Itarget/inc/unix -O2s-fPIC -m64 -fvisibility=hidden
113+
SunOS-sparcv9_CCFLAGS := -I$(JAVA_HOME)/include -Itarget/inc -Itarget/inc/unix -O2s -fPIC -m64 -fvisibility=hidden
114114
SunOS-sparcv9_LINKFLAGS := -shared -static-libgcc
115115
SunOS-sparcv9_LIBNAME := libjansi.so
116116
SunOS-sparcv9_JANSI_FLAGS :=

0 commit comments

Comments
 (0)
Please sign in to comment.