Skip to content

Commit

Permalink
check for --exclude-libs
Browse files Browse the repository at this point in the history
While writing to the dynsym is futile, the --exclude-libs options is not recognized by all linkers (e.g. riscv64-elf-ld.bfd)
  • Loading branch information
yogo1212 committed Jan 25, 2024
1 parent cd571e9 commit b05791e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ ASFLAGS += $(firmware-asflags-y)
ARFLAGS = rcs
ELFFLAGS += $(USE_LD_FLAG)
ELFFLAGS += -Wl,--exclude-libs,ALL
ELFFLAGS += -Wl,--build-id=none
ELFFLAGS += $(platform-ldflags-y)
ELFFLAGS += $(firmware-ldflags-y)
Expand Down

0 comments on commit b05791e

Please sign in to comment.