[Bug plugins/53126] gcc-4.7.0 error "gcc-ar: Cannot find plugin"
markus at trippelsdorf dot de
gcc-bugzilla@gcc.gnu.org
Thu Apr 26 08:36:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53126
Markus Trippelsdorf <markus at trippelsdorf dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andi-gcc at firstfloor dot
| |org, markus at trippelsdorf
| |dot de
--- Comment #2 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-04-26 08:36:21 UTC ---
Same thing here. I'm still using the old wrapper scripts.
% cat =ar
#!/bin/sh
cmd=$1
shift
/usr/bin/ar $cmd --plugin
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.0/liblto_plugin.so $*
CC'ing Andy Kleen.
More information about the Gcc-bugs
mailing list