git: 0aca1d4e7c76 - stable/14 - arm: remove accidentally added -Map switch to linker

From: Michal Meloun <mmel_at_FreeBSD.org>
Date: Sat, 03 May 2025 10:09:06 UTC
The branch stable/14 has been updated by mmel:

URL: https://cgit.FreeBSD.org/src/commit/?id=0aca1d4e7c766fea577129fdae5796244998b7d6

commit 0aca1d4e7c766fea577129fdae5796244998b7d6
Author:     Michal Meloun <mmel@FreeBSD.org>
AuthorDate: 2024-11-09 07:25:15 +0000
Commit:     Michal Meloun <mmel@FreeBSD.org>
CommitDate: 2025-05-03 08:12:31 +0000

    arm: remove accidentally added -Map switch to linker
    
    Fixes: ba045ba49ded
    (cherry picked from commit 0283eebb4a54c7270f9ac03bb4ed2742cb959c28)
---
 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) \