mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
arm: remove accidentally added -Map switch to linker
Approved by: re (cperciva) Fixes:ba045ba49d(cherry picked from commit0283eebb4a) (cherry picked from commit 0aca1d4e7c766fea577129fdae5796244998b7d6)
This commit is contained in:
parent
95d87d5f56
commit
c3ecee5b38
1 changed files with 0 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue