Re-enable -shared for rmodules
Signed-off-by: Stefan Reinauer <reinauer@google.com> BUG=none TEST=TBD BRANCH=none Change-Id: I32be5540856d024fff1cb4bfc5ec8cc1eea4ea07 Reviewed-on: https://chromium-review.googlesource.com/170330 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Commit-Queue: Stefan Reinauer <reinauer@google.com> Tested-by: Stefan Reinauer <reinauer@google.com>
This commit is contained in:
parent
bc5415bbb4
commit
ba5a662394
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ $(strip $(1)): $(strip $(2)) $$(RMODULE_LDSCRIPT) $$(obj)/ldoptions
|
|||
endef
|
||||
|
||||
else
|
||||
RMODULE_LDFLAGS := -nostartfiles -Wl,-z,defs -Wl,-Bsymbolic -Wl,-T,$(RMODULE_LDSCRIPT)
|
||||
RMODULE_LDFLAGS := -nostartfiles -shared -Wl,-z,defs -Wl,-Bsymbolic -Wl,-T,$(RMODULE_LDSCRIPT)
|
||||
|
||||
# rmodule_link_rules is a function that should be called with:
|
||||
# (1) the object name to link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue