Commit fd3f9fdb by Rainer Orth Committed by Jeff Law

* sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.

From-SVN: r31960
parent d5010e66
Sun Feb 13 14:12:28 2000 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
Sun Feb 13 13:21:55 2000 Jeffrey A Law (law@cygnus.com) Sun Feb 13 13:21:55 2000 Jeffrey A Law (law@cygnus.com)
* combine.c (simplify_comparison): Fix typo. * combine.c (simplify_comparison): Fix typo.
......
...@@ -138,7 +138,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -138,7 +138,7 @@ Boston, MA 02111-1307, USA. */
%{!symbolic:\ %{!symbolic:\
%{pthreads:-lpthread} \ %{pthreads:-lpthread} \
%{!pthreads:%{threads:-lthread}} \ %{!pthreads:%{threads:-lthread}} \
-lc}}" %{p|pg:-ldl} -lc}}"
#undef ENDFILE_SPEC #undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtend.o%s crtn.o%s" #define ENDFILE_SPEC "crtend.o%s crtn.o%s"
......
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