mklibgcc.in (libgcc-stage-start): For every multilib directory containing a libgcc.a...

* mklibgcc.in (libgcc-stage-start): For every multilib  directory
containing a libgcc.a, move lib* to the corresponding stage dir.

From-SVN: r65505
This commit is contained in:
Alexandre Oliva 2003-04-12 09:06:46 +00:00 committed by Alexandre Oliva
parent ff3d4e83ed
commit 17a15c67ee
2 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,13 @@
2003-04-12 Alexandre Oliva <aoliva@redhat.com>
* mklibgcc.in (libgcc-stage-start): For every multilib directory
containing a libgcc.a, move lib* to the corresponding stage dir.
* Makefile.in (stage1-start, stage2-start, stage3-start,
stage4-start): Move $(SPECS) to specs in stage dir.
(unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
back as $(SPECS).
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.

View File

@ -430,6 +430,7 @@ echo ' if [ -d $(stage)/$$dir ]; then true; else mkdir $(stage)/$$dir; fi; \'
echo ' done'
echo ' -for dir in '"${dirs}"'; do \'
echo ' mv $$dir/*'"${objext}"' $(stage)/$$dir; \'
echo ' test ! -f $$dir/libgcc.a || mv $$dir/lib* $(stage)/$$dir; \'
echo ' done'
echo ""