mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Build-system support for creating host tools
This commit is contained in:
@@ -181,6 +181,11 @@ endif
|
||||
LINK_ITEMS := $(OBJECTS) $(STATIC_LIBS) $(SHARED_LIBS)
|
||||
SHORT_LINK_ITEMS := $(subst $(LIB_CACHE_DIR),$$libs,$(LINK_ITEMS))
|
||||
|
||||
#
|
||||
# Trigger the build of host tools
|
||||
#
|
||||
$(LINK_ITEMS) $(TARGET): $(HOST_TOOLS)
|
||||
|
||||
LD_CMD += -Wl,--whole-archive -Wl,--start-group
|
||||
LD_CMD += $(SHORT_LINK_ITEMS)
|
||||
LD_CMD += $(EXT_OBJECTS)
|
||||
|
||||
Reference in New Issue
Block a user