arm: remove accidentally added -Map switch to linker

Approved by:	re (cperciva)
Fixes:	ba045ba49d

(cherry picked from commit 0283eebb4a)
(cherry picked from commit 0aca1d4e7c766fea577129fdae5796244998b7d6)
This commit is contained in:
Michal Meloun 2024-11-09 08:25:15 +01:00 committed by Colin Percival
parent 95d87d5f56
commit c3ecee5b38

View file

@ -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) \