Skip to content

Commit

Permalink
Reinstate previous CFLAGS accidentally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mszoek committed May 8, 2024
1 parent ea46b29 commit 2ee9494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/libc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ LIBC_ARCH=${MACHINE_CPUARCH}
# To include legacy CSRG SCCS ID strings, remove -DNO__SCCSID from CFLAGS.
# To include RCS ID strings from other BSD projects, remove -DNO__RCSID from CFLAGS.
CFLAGS+=-DNO__SCCSID -DNO__RCSID
CFLAGS+=-D__MACH__ -D__RAVYNOS__

LIB=c
SHLIB_MAJOR= 7
Expand Down
1 change: 1 addition & 0 deletions lib/libsys/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ INCS= libsys.h _libsys.h
CFLAGS+=-I${LIBSYS_SRCTOP}/include -I${LIBC_SRCTOP}/include
CFLAGS+=-I${LIBSYS_SRCTOP}/${LIBC_ARCH}
CFLAGS+=-I${LIBC_SRCTOP}/${LIBC_ARCH}
CFLAGS+=-D__MACH__ -D__RAVYNOS__

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

0 comments on commit 2ee9494

Please sign in to comment.