Skip to content

Commit 10b1b17

Browse files
committed
OBSD ARM64
1 parent d6d4e06 commit 10b1b17

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • building/linux64ARMv8/squeak.cog.spur/build

building/linux64ARMv8/squeak.cog.spur/build/mvm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ OPT="-g -O2 -DNDEBUG -DDEBUGVM=0 -D_GNU_SOURCE -DUSEEVDEV"
99
##OPT="-g -O3 -DMUSL -DNDEBUG -DDEBUGVM=0"
1010

1111
if [ `uname` = "OpenBSD" ]; then
12+
OPT="$OPT -DMUSL"
13+
CFLAGS="$CFLAGS $OPT -I/usr/local/include"
14+
LIBS="$LIBS -lexecinfo"
15+
LDFLAGS="$LDFLAGS -L/usr/local/lib"
1216
DUALMAP="-DDUAL_MAPPED_CODE_ZONE=0"
1317
# librt and libpthread functions now supplied by libc.
1418
# Many Linux systems supply empty library files but

0 commit comments

Comments
 (0)