The branch main has been updated by brooks:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=ccf4d5eed25b5edc6807ac2eb5047929f61dfd0a

commit ccf4d5eed25b5edc6807ac2eb5047929f61dfd0a
Author:     Brooks Davis <[email protected]>
AuthorDate: 2024-03-13 20:07:02 +0000
Commit:     Brooks Davis <[email protected]>
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"

Reply via email to