git: ccf4d5eed25b - main - lib{c,sys}: fix powerpcspe build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Mar 2024 20:09:51 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=ccf4d5eed25b5edc6807ac2eb5047929f61dfd0a
commit ccf4d5eed25b5edc6807ac2eb5047929f61dfd0a
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-03-13 20:07:02 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-03-13 20:09:41 +0000
lib{c,sys}: fix powerpcspe build
libsys/powerpc/Symbol.sys.map was removed due to all symbols moving to
libc.
Fixes: d7847a8d3514 lib{c,sys}: return wrapped syscall APIs to libc
---
lib/libsys/powerpcspe/Makefile.sys | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/libsys/powerpcspe/Makefile.sys b/lib/libsys/powerpcspe/Makefile.sys
index 3ab87bf3ded8..35909d68cd5e 100644
--- a/lib/libsys/powerpcspe/Makefile.sys
+++ b/lib/libsys/powerpcspe/Makefile.sys
@@ -1,7 +1,5 @@
CFLAGS+= -I${LIBC_SRCTOP}/powerpc
CFLAGS+= -I${LIBSYS_SRCTOP}/powerpc
-SYM_MAPS+= ${LIBSYS_SRCTOP}/powerpc/Symbol.sys.map
-
.PATH: ${LIBSYS_SRCTOP}/powerpc
.include "${LIBSYS_SRCTOP}/powerpc/Makefile.sys"