git: eb955433b1e7 - stable/13 - mips: Drop unused TRAMP_LDFLAGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Dec 2025 18:19:10 UTC
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 \