mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 01:08:55 +00:00
mk: link core to library archive instead of .o file
Do not link base and core libraries into on large relocatable .o file, which is linked later to core - causing long link times. Create an independent library archive out of the base and core libraries that can be linked faster. issue #4027
This commit is contained in:
committed by
Norman Feske
parent
64165d829e
commit
f68e655312
@ -2,6 +2,6 @@ include $(REP_DIR)/etc/board.conf
|
||||
|
||||
TARGET := foc-$(BOARD)
|
||||
LIBS := core-foc
|
||||
CORE_OBJ := core-foc-$(BOARD).o
|
||||
CORE_LIB := core-foc-$(BOARD).a
|
||||
|
||||
include $(BASE_DIR)/src/core/target.inc
|
||||
|
Reference in New Issue
Block a user