mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00: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:
parent
2dae1e0504
commit
4c5db31110
@ -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)$@
|
||||
|
Loading…
x
Reference in New Issue
Block a user