mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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
@@ -1,4 +1,4 @@
|
||||
LIBS := core-okl4
|
||||
CORE_OBJ := core-okl4.o
|
||||
CORE_LIB := core-okl4.a
|
||||
|
||||
include $(BASE_DIR)/src/core/target.inc
|
||||
|
||||
Reference in New Issue
Block a user