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:
parent
0aaafe7349
commit
9e6ccb985d
@ -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'.
|
||||
|
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user