Commit b7d95e6f by John David Anglin Committed by Jeff Law

* mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.

From-SVN: r33970
parent 935fb9c4
Wed May 17 18:06:12 2000 John David Anglin <dave@hiauly1.hia.nrc.ca>
* mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
* tree.c (build_common_tree_nodes): Do not build TI nodes unless
HOST_BITS_PER_WIDE_INT is >= 64.
......
......@@ -106,9 +106,9 @@ case X"$LIBGCC1" in
echo $out: $libgcc1_c_dep
if [ -z "@NO_MINUS_C_MINUS_O@" ]; then
echo " $oldcc_compile" $flags -c '$(srcdir)/libgcc1.c' -o $out
echo " $oldcc_compile" -DL$name $flags -c '$(srcdir)/libgcc1.c' -o $out
else
echo " $oldcc_compile" $flags -c '$(srcdir)/libgcc1.c'
echo " $oldcc_compile" -DL$name $flags -c '$(srcdir)/libgcc1.c'
echo " mv libgcc1${objext} $out"
fi
......
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