Skip to content
Snippets Groups Projects
Commit d7251f3c authored by Avi Kivity's avatar Avi Kivity
Browse files

build: export all symbols to libraries

parent c23feda0
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ loader.elf: arch/x64/boot.o arch/x64/loader.ld loader.o runtime.o $(drivers) \
$(objects) dummy-shlib.so \
$(libc) bootfs.bin
$(LD) -o $@ \
-Bdynamic --export-dynamic \
$(filter-out %.bin, $(^:%.ld=-T %.ld)) \
$(libstdc++.a) $(libsupc++.a) $(libgcc_s.a) libunwind.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment