Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't enforce -rdynamic when building statically to avoid the following build failure: /home/giuliobenetti/autobuild/run/instance-2/output-1/host/bin/arm-linux-gcc -o janet janet.p/meson-generated_.._janet.c.o janet.p/src_mainclient_shell.c.o -Wl,--as-needed -Wl,--allow-shlib-undefined -Wl,-O1 -rdynamic -Wl,-elf2flt -static -Wl,--start-group -lm -ldl -Wl,--end-group -pthread arm-linux-gcc.br_real: error: unrecognized command line option '-rdynamic' Fixes: - http://autobuild.buildroot.org/results/a4f927f73a7b80e65408c992d7b6023609a1eacc Signed-off-by: Fabrice Fontaine <[email protected]>
- Loading branch information