Date: Mon, 15 Dec 2025 18:19:10 +0000 From: Jessica Clarke <jrtc27@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: eb955433b1e7 - stable/13 - mips: Drop unused TRAMP_LDFLAGS Message-ID: <6940511e.24733.e91a2df@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/13 has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=eb955433b1e791cf0088018aa3f9df048ea2ecdb commit eb955433b1e791cf0088018aa3f9df048ea2ecdb Author: Jessica Clarke <jrtc27@FreeBSD.org> AuthorDate: 2025-12-15 18:10:19 +0000 Commit: Jessica Clarke <jrtc27@FreeBSD.org> CommitDate: 2025-12-15 18:10:19 +0000 mips: Drop unused TRAMP_LDFLAGS This has always been empty since e8dce5b9b3a5 ("Complete the integration of tbemd branch into head."). This is a direct commit to stable/13 as mips no longer exists in main. --- sys/conf/Makefile.mips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/Makefile.mips b/sys/conf/Makefile.mips index b0f13e5a5a68..3610d5e5d5d2 100644 --- a/sys/conf/Makefile.mips +++ b/sys/conf/Makefile.mips @@ -76,7 +76,7 @@ ${KERNEL_KO}.tramp.bin: ${KERNEL_KO} $S/$M/$M/elf_trampoline.c \ -g --strip-symbol '$$t' ${FULLKERNEL} ${KERNEL_KO}.tmp sed -e s/${KERNLOADADDR}/${TRAMPLOADADDR}/ -e s/" + SIZEOF_HEADERS"// \ ${LDSCRIPT_NAME} > ${LDSCRIPT_NAME}.tramp.noheader - ${CC} -O -nostdlib -I. -I$S ${TRAMP_EXTRA_FLAGS} ${TRAMP_LDFLAGS} -Xlinker \ + ${CC} -O -nostdlib -I. -I$S ${TRAMP_EXTRA_FLAGS} -Xlinker \ -T -Xlinker ${LDSCRIPT_NAME}.tramp.noheader \ -DKERNNAME="\"${KERNEL_KO}.tmp\"" -DELFSIZE=${TRAMP_ELFSIZE} \ -fno-asynchronous-unwind-tables \help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6940511e.24733.e91a2df>
