git: c3ecee5b38e3 - releng/14.3 - arm: remove accidentally added -Map switch to linker
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 May 2025 07:03:09 UTC
The branch releng/14.3 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=c3ecee5b38e31f127ce6f185110ca0690f708e90
commit c3ecee5b38e31f127ce6f185110ca0690f708e90
Author: Michal Meloun <mmel@FreeBSD.org>
AuthorDate: 2024-11-09 07:25:15 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-05-05 07:02:29 +0000
arm: remove accidentally added -Map switch to linker
Approved by: re (cperciva)
Fixes: ba045ba49ded
(cherry picked from commit 0283eebb4a54c7270f9ac03bb4ed2742cb959c28)
(cherry picked from commit 0aca1d4e7c766fea577129fdae5796244998b7d6)
---
sys/conf/Makefile.arm | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm
index 3f4248c85cd0..0e71f8b2f8df 100644
--- a/sys/conf/Makefile.arm
+++ b/sys/conf/Makefile.arm
@@ -59,7 +59,6 @@ KERNVIRTADDR= 0xc0000000
# "ELF for the ARM architecture" for more info on the mapping symbols.
SYSTEM_LD= \
${SYSTEM_LD_BASECMD} \
- --Map=/usr2/Meloun/ld.map \
--defsym='text_start=kernbase + SIZEOF_HEADERS' \
-o ${.TARGET} ${SYSTEM_OBJS} vers.o; \
$(OBJCOPY) \