mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
base: ld-<platform>.abi.so depends on symbol.map
This prevents errors like the following during parallel builds.
MERGE ld-hw.abi.so
/usr/local/genode/tool/21.05/bin/genode-arm-ld:symbol.map:0: syntax error in VERSION script
This commit is contained in:
@@ -20,6 +20,7 @@ SYMBOLS := $(BASE_DIR)/lib/symbols/ld
|
||||
# Generate symbol map from the ABI
|
||||
#
|
||||
$(LIB).lib.so: symbol.map
|
||||
$(LIB).abi.so: symbol.map
|
||||
symbol.map: $(MAKEFILE_LIST)
|
||||
symbol.map: $(BASE_DIR)/lib/symbols/ld
|
||||
$(MSG_CONVERT)$@
|
||||
|
||||
Reference in New Issue
Block a user