Skip to content
Snippets Groups Projects
Commit 36e12bd8 authored by Amy Squillacote's avatar Amy Squillacote
Browse files

BUG: GCC runtime is libgcc_s.so.1 not libgcc_s.so.

parent 45661c1e
No related branches found
Tags v2.0.1
No related merge requests found
......@@ -12,6 +12,6 @@ write_cache()
{
write_standard_cache
cat >> CMakeCache.txt <<EOF
PV_INSTALL_SYSTEM_RUNTIME_LIBS:STRING=/opt/i686-gcc-335/lib/libstdc++.so.5;/opt/i686-gcc-335/lib/libgcc_s.so
PV_INSTALL_SYSTEM_RUNTIME_LIBS:STRING=/opt/i686-gcc-335/lib/libstdc++.so.5;/opt/i686-gcc-335/lib/libgcc_s.so.1
EOF
}
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