fix _make_git_tar_dir.sh - don't 'append directory' to symlinks
[cmdllinux.git] / scripts / _findgccver2
blob1843dee91129a5c37437a6d8db647c5ef9c74695
1 #! /bin/sh
3 _findbin | \
4 while read line; do
5 echo "./$line"
6 readelf -p .comment "$line" 2> /dev/null | sed -n 's/^[[:space:]]\+\[.*\][[:space:]]\+\(GCC:.*\)/\1/p'
7 done