Skip to content

Commit

Permalink
Add missing space in SunOS-sparcv9_CCFLAGS (fixes jansi#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o authored and gnodet committed Oct 20, 2023
1 parent 7ca9dc2 commit 60de931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ OpenBSD-x86_64_LIBNAME := libjlinenative.so

SunOS-sparcv9_CC := $(CROSS_PREFIX)gcc
SunOS-sparcv9_STRIP := $(CROSS_PREFIX)strip
SunOS-sparcv9_CCFLAGS := -I$(JAVA_HOME)/include -Itarget/inc -Itarget/inc/unix -O2s-fPIC -m64 -fvisibility=hidden
SunOS-sparcv9_CCFLAGS := -I$(JAVA_HOME)/include -Itarget/inc -Itarget/inc/unix -O2s -fPIC -m64 -fvisibility=hidden
SunOS-sparcv9_LINKFLAGS := -shared -static-libgcc
SunOS-sparcv9_LIBNAME := libjlinenative.so

Expand Down

0 comments on commit 60de931

Please sign in to comment.