* mklibgcc.in (LIB2FUNCS): Add missing space.
From-SVN: r34699
This commit is contained in:
parent
ae4a4c88d0
commit
ece0fc8dcb
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* tree.h (enum tree_index): Add vector type nodes.
|
||||
|
@ -101,7 +101,7 @@ case X"$LIBGCC1" in
|
||||
# Remove any objects from LIB2FUNCS that are defined as optimized
|
||||
# assembly code in LIB1ASMFUNCS.
|
||||
LIB2FUNCS=`echo $LIB2FUNCS | sed -e 's/^'$name' //' \
|
||||
-e 's/ '$name' //' \
|
||||
-e 's/ '$name' / /' \
|
||||
-e 's/ '$name'$//'`
|
||||
done
|
||||
libgcc1_objs="$libgcc1_objs ${name}${objext}"
|
||||
|
Loading…
Reference in New Issue
Block a user