Commit 9e6ccb98 by Alexandre Oliva Committed by Alexandre Oliva

mklibgcc.in (libgcc-stage-start): Move into the stage directory object files…

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
parent 0aaafe73
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'.
......
......@@ -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 ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment