Skip to content

Commit

Permalink
Revert "Reinstate previous CFLAGS accidentally removed"
Browse files Browse the repository at this point in the history
This reverts commit 2ee9494.
  • Loading branch information
mszoek committed May 8, 2024
1 parent e0ecfa7 commit bb73bfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/libc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ 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: 0 additions & 1 deletion lib/libsys/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ 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 bb73bfb

Please sign in to comment.