further pcc fixes in configure
authorRich Felker <dalias@aerifal.cx>
Fri, 26 Oct 2012 22:15:51 +0000 (18:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 26 Oct 2012 22:15:51 +0000 (18:15 -0400)
-lpcc only works if -nostdlib is not passed, so it's useless. instead,
use -print-file-name to look up the full pathname for libpcc.a, and
check whether that succeeds before trying to link with the result.

also, silence pcc's junk printed on stdout during tests.


No differences found