From c3ecee5b38e31f127ce6f185110ca0690f708e90 Mon Sep 17 00:00:00 2001 From: Michal Meloun Date: Sat, 9 Nov 2024 08:25:15 +0100 Subject: [PATCH] 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 3f4248c85cd..0e71f8b2f8d 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) \