From kde-commits Sat May 28 09:06:27 2011 From: Oswald Buddenhagen Date: Sat, 28 May 2011 09:06:27 +0000 To: kde-commits Subject: icecream/client Message-Id: <20110528090627.8E73EAC73E () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=130657362800661 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