From: Alexandre Oliva Date: Sat, 12 Apr 2003 06:22:52 +0000 (+0000) Subject: mklibgcc.in (libgcc-stage-start): Move into the stage directory object files from... X-Git-Tag: releases/gcc-3.4.0~7348 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e6ccb985d19dd23786c673dc7f8372e41cceea5;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a1bcab919c3a..4c8a5b05ea3d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-04-12 Alexandre Oliva + + * 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 * profile.c (read_counts_file): Initialise 'checksum'. diff --git a/gcc/mklibgcc.in b/gcc/mklibgcc.in index 1abb3a05e5e9..619f1015dcaf 100644 --- a/gcc/mklibgcc.in +++ b/gcc/mklibgcc.in @@ -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 ''