]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mklibgcc.in (libgcc-stage-start): Move into the stage directory object files from...
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 12 Apr 2003 06:22:52 +0000 (06:22 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 12 Apr 2003 06:22:52 +0000 (06:22 +0000)
* mklibgcc.in (libgcc-stage-start): Move into the stage directory
object files from the non-libgcc/ multilib directories as well.

From-SVN: r65503

gcc/ChangeLog
gcc/mklibgcc.in

index a1bcab919c3a0c68ce219a86b342d5c1534106d0..4c8a5b05ea3d30225907a924ea5bd0f0a8fb359b 100644 (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'.
index 1abb3a05e5e9632d88a67b41b7e2014c4ee20ac9..619f1015dcaf13837a6bd45e11e1b666ae6c77f1 100644 (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 ''