Commit de467fe7 by Alexandre Oliva Committed by Alexandre Oliva

* mklibgcc.in: Restore rule to create ${dir}.

From-SVN: r34049
parent 34840988
2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
* mklibgcc.in: Restore rule to create ${dir}.
Sat May 20 08:45:41 2000 H.J. Lu <hjl@gnu.org>
* Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
......
......@@ -310,6 +310,8 @@ for ml in $MULTILIBS; do
dir=`echo ${ml} | sed -e 's/;.*$//' -e 's/=/$(EQ)/g'`
if [ $dir != . ]; then
echo "libgcc/${dir}: libgcc; -mkdir libgcc/${dir}"
echo "${dir}:; -mkdir ${dir}"
all="$all ${dir} libgcc/${dir}"
fi
all="$all ${dir}/libgcc.a"
done
......
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