From kde-commits Tue Sep 04 08:48:58 2012 From: Stephan Kulow Date: Tue, 04 Sep 2012 08:48:58 +0000 To: kde-commits Subject: icecream/client Message-Id: <20120904084858.DD284AC7BC () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=134674855013069 SVN commit 1314747 by coolo: Author: Kacper Kowalik use gcc to provide path to 'as' in icecc-create-env, since we don't want to use /usr/bin/as when crosscompiling M +1 -1 icecc-create-env --- trunk/icecream/client/icecc-create-env #1314746:1314747 @@ -196,7 +196,7 @@ done fi -add_file /usr/bin/as +add_file $($added_gcc -print-prog-name=as) /usr/bin/as for extrafile in $extrafiles; do add_file $extrafile