From 0283eebb4a54c7270f9ac03bb4ed2742cb959c28 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 Fixes: ba045ba49ded --- sys/conf/Makefile.arm | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 8e98e5b07648..2dc566869c14 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -57,7 +57,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) \