git: 11f9745c5bab - main - libsys: fix powerpcspe build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Feb 2024 00:47:11 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=11f9745c5bab98165238882f0dde1058bf42b3aa
commit 11f9745c5bab98165238882f0dde1058bf42b3aa
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-02-07 00:46:33 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-02-07 00:47:03 +0000
libsys: fix powerpcspe build
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D43771
---
lib/libsys/powerpcspe/Makefile.sys | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libsys/powerpcspe/Makefile.sys b/lib/libsys/powerpcspe/Makefile.sys
index 3862699ae8b2..3ab87bf3ded8 100644
--- a/lib/libsys/powerpcspe/Makefile.sys
+++ b/lib/libsys/powerpcspe/Makefile.sys
@@ -1,7 +1,7 @@
CFLAGS+= -I${LIBC_SRCTOP}/powerpc
CFLAGS+= -I${LIBSYS_SRCTOP}/powerpc
-SYM_MAPS+= ${LIBSYS_SRCTOP}/powerpc/Symbol.map
+SYM_MAPS+= ${LIBSYS_SRCTOP}/powerpc/Symbol.sys.map
.PATH: ${LIBSYS_SRCTOP}/powerpc
.include "${LIBSYS_SRCTOP}/powerpc/Makefile.sys"