* mklibgcc.in (libgcc-stage-start): Move into the stage directory
object files from the non-libgcc/ multilib directories as well.
From-SVN: r65503
+2003-04-12 Alexandre Oliva <aoliva@redhat.com>
+
+ * mklibgcc.in (libgcc-stage-start): Move into the stage directory
+ object files from the non-libgcc/ multilib directories as well.
+
2003-04-11 Geoffrey Keating <geoffk@apple.com>
* profile.c (read_counts_file): Initialise 'checksum'.
for ml in $MULTILIBS; do
dir=`echo ${ml} | sed -e 's/;.*$//' -e 's/=/$(EQ)/g'`
if [ $dir != . ]; then
- dirs="$dirs libgcc/${dir}"
+ dirs="$dirs ${dir} libgcc/${dir}"
fi
done
echo ''