Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2024 00:47:11 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 11f9745c5bab - main - libsys: fix powerpcspe build
Message-ID:  <202402070047.4170lBWE007116@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402070047.4170lBWE007116>