From 35cf49d47433c045ac420aae81f3cb5ae29e63f9 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 26 Apr 1996 13:47:29 +0000 Subject: [PATCH] Remove last change adding -ldl. From-SVN: r11893 --- 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 a3e01cb2b5d..1d29c603696 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 %{!static: -ldl} }}}" + %{!shared: %{!symbolic: -lc }}}" #endif #ifndef STARTFILE_SOLARIS_SPEC -- 2.30.2