mklibgcc.in (libgcc-stage-start): Move into the stage directory object files from the non-libgcc/ multilib...

* mklibgcc.in (libgcc-stage-start): Move into the stage directory
object files from the non-libgcc/ multilib directories as well.

From-SVN: r65503
This commit is contained in:
Alexandre Oliva 2003-04-12 06:22:52 +00:00 committed by Alexandre Oliva
parent 0aaafe7349
commit 9e6ccb985d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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'.

View File

@ -420,7 +420,7 @@ dirs=libgcc
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 ''