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