[Bug other/78097] gcc-6.2.0 inconsistent libgcc_s.so link

edeveaud at pasteur dot fr gcc-bugzilla@gcc.gnu.org
Mon Oct 24 16:05:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78097

--- Comment #1 from Eric <edeveaud at pasteur dot fr> ---
oops of course 
find /exe/gcc/4.9.4 -type l -name \*.so | xargs ldd | grep libgcc_s.so

should be read

find /exe/gcc/6.0.2 -type l -name \*.so | xargs ldd | grep libgcc_s.so


More information about the Gcc-bugs mailing list