From ccf4d5eed25b5edc6807ac2eb5047929f61dfd0a Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Wed, 13 Mar 2024 20:07:02 +0000 Subject: [PATCH] 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"