Skip to content
Snippets Groups Projects
Commit 46322af6 authored by Bernd Machenschalk's avatar Bernd Machenschalk
Browse files

try linking libgcc_s.so.1 explicitly for pthread_cancel/exit in BOINC to work

parent 5f58a784
No related branches found
Tags einstein_S6LV1_1.14
No related merge requests found
......@@ -254,7 +254,7 @@ else
if [ ".$release" = ".true" ]; then
CPPFLAGS="-DEXT_STACKTRACE -I$INSTALL/include/bfd $CPPFLAGS"
export RELEASE_DEPS="erp_execinfo_plus.o libstdc++.a libz.a"
export RELEASE_LDADD="erp_execinfo_plus.o -lbfd -liberty"
export RELEASE_LDADD="erp_execinfo_plus.o -lbfd -liberty /lib/libgcc_s.so.1"
build_binutils=true
enable_linux_compatibility_workarounds=true
fi ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment