SVN commit 1233883 by ossi: actually fix gcc 4.6 support use the correct -print-foo option M +1 -1 icecc-create-env --- trunk/icecream/client/icecc-create-env #1233882:1233883 @@ -119,7 +119,7 @@ fi plugin_name=liblto_plugin.so -plugin=`$added_gcc -print-prog-name=$plugin_name` +plugin=`$added_gcc -print-file-name=$plugin_name` if test -n "$plugin" && test "$plugin" != "$plugin_name" && test -e "$plugin"; then add_file "$plugin" "$plugin" fi