Skip to content

Commit 2ee9494

Browse files
committed
Reinstate previous CFLAGS accidentally removed
1 parent ea46b29 commit 2ee9494

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/libc/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ LIBC_ARCH=${MACHINE_CPUARCH}
2626
# To include legacy CSRG SCCS ID strings, remove -DNO__SCCSID from CFLAGS.
2727
# To include RCS ID strings from other BSD projects, remove -DNO__RCSID from CFLAGS.
2828
CFLAGS+=-DNO__SCCSID -DNO__RCSID
29+
CFLAGS+=-D__MACH__ -D__RAVYNOS__
2930

3031
LIB=c
3132
SHLIB_MAJOR= 7

lib/libsys/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ INCS= libsys.h _libsys.h
2828
CFLAGS+=-I${LIBSYS_SRCTOP}/include -I${LIBC_SRCTOP}/include
2929
CFLAGS+=-I${LIBSYS_SRCTOP}/${LIBC_ARCH}
3030
CFLAGS+=-I${LIBC_SRCTOP}/${LIBC_ARCH}
31+
CFLAGS+=-D__MACH__ -D__RAVYNOS__
3132

3233
.PATH: ${LIBC_SRCTOP}/string
3334
SRCS+= memcpy.c memset.c strlcpy.c

0 commit comments

Comments
 (0)