Commit ece0fc8d by Michael Hayes Committed by Michael Hayes

* mklibgcc.in (LIB2FUNCS): Add missing space.

From-SVN: r34699
parent ae4a4c88
2000-06-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* mklibgcc.in (LIB2FUNCS): Add missing space.
2000-06-24 Bernd Schmidt <bernds@cygnus.co.uk> 2000-06-24 Bernd Schmidt <bernds@cygnus.co.uk>
* tree.h (enum tree_index): Add vector type nodes. * tree.h (enum tree_index): Add vector type nodes.
......
...@@ -101,7 +101,7 @@ case X"$LIBGCC1" in ...@@ -101,7 +101,7 @@ case X"$LIBGCC1" in
# Remove any objects from LIB2FUNCS that are defined as optimized # Remove any objects from LIB2FUNCS that are defined as optimized
# assembly code in LIB1ASMFUNCS. # assembly code in LIB1ASMFUNCS.
LIB2FUNCS=`echo $LIB2FUNCS | sed -e 's/^'$name' //' \ LIB2FUNCS=`echo $LIB2FUNCS | sed -e 's/^'$name' //' \
-e 's/ '$name' //' \ -e 's/ '$name' / /' \
-e 's/ '$name'$//'` -e 's/ '$name'$//'`
done done
libgcc1_objs="$libgcc1_objs ${name}${objext}" libgcc1_objs="$libgcc1_objs ${name}${objext}"
......
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