]> rtime.felk.cvut.cz Git - omk.git/commit
Prevent GNU linker synthetic LOAD map statements to propagate to dependencies.
authorPavel Pisa <ppisa@pikron.com>
Fri, 7 Apr 2023 08:25:41 +0000 (10:25 +0200)
committerPavel Pisa <ppisa@pikron.com>
Fri, 7 Apr 2023 08:25:41 +0000 (10:25 +0200)
commit681b7ffe468e8f549b104f5d1ce2cb5d3d6d7d6c
tree61e476099938402e6a4ee0337e2b86aabd3ed7e0
parentd505ea96ff5b32bffacd88c210a9d5a0e3d7976d
Prevent GNU linker synthetic LOAD map statements to propagate to dependencies.

Never versions of GNU binutils LD generates next line into map files

  LOAD linker stubs

which is synthetic and does not match any file in filesystem.
It has to be excluded from the generated dependency files.

Signed-off-by: Pavel Pisa <ppisa@pikron.com>
snippets/gcc.omk
snippets/linux-kernel.omk
snippets/linux.omk
snippets/nuttx-compile.omk
snippets/nuttx-kernel.omk
snippets/rtems.omk