Skip to content

Commit

Permalink
Add MACH and RAVYNOS defines to libthr
Browse files Browse the repository at this point in the history
  • Loading branch information
mszoek committed May 8, 2024
1 parent 2ee9494 commit 282cdee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/libthr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CSTD= c11
NO_WTHREAD_SAFETY=1
NO_WCAST_ALIGN.gcc=1 # for gcc 4.2
CFLAGS+=-DPTHREAD_KERNEL
CFLAGS+=-D__MACH__ -D__RAVYNOS__
CFLAGS+=-I${SRCTOP}/lib/libc/include
CFLAGS+=-I${SRCTOP}/lib/libc/${MACHINE_CPUARCH}
CFLAGS+=-I${.CURDIR}/thread
Expand Down

0 comments on commit 282cdee

Please sign in to comment.