From c388525f7aa3c3d914e5323d5c71ecef69305849 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 25 Apr 1996 18:33:38 +0000 Subject: [PATCH] Add -ldl for Solaris. From-SVN: r11887 --- gcc/config/rs6000/sysv4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 1d29c603696..a3e01cb2b5d 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -1061,7 +1061,7 @@ scrti.o%s" %{traditional:values-Xt.o%s} \ %{!traditional:values-Xa.o%s}} \ %{compat-bsd:-lucb -lsocket -lnsl -lelf -laio} \ - %{!shared: %{!symbolic: -lc }}}" + %{!shared: %{!symbolic: -lc %{!static: -ldl} }}}" #endif #ifndef STARTFILE_SOLARIS_SPEC -- 2.30.2