From d6a2af956fbe9d22db3fd931a573d02558eede6e Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 6 Jun 1996 14:07:56 +0000 Subject: [PATCH] Fix typo. From-SVN: r12174 --- gcc/config/rs6000/sysv4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 36d3c189405..0790d1cc316 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -938,7 +938,7 @@ do { \ #undef LINK_PATH_SPEC #ifndef CROSS_COMPILE #define LINK_PATH_SPEC "\ -%{!R*:%{L*:-R %*}}} \ +%{!R*:%{L*:-R %*}} \ %{!nostdlib: %{!YP,*: \ %{compat-bsd: \ %{p:-Y P,/usr/ucblib:/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \ @@ -994,7 +994,7 @@ do { \ #else /* Shared libraries are not default. */ #define LINK_SHLIB_SPEC "\ -%{mshlib: %(link_path)} \ +%{mshlib: %(link_path) } \ %{!mshlib: %{!shared: %{!symbolic: -dn -Bstatic}}} \ %{static: } \ %{shared:-G -dy -z text %{!h*:%{o*:-h %*}} %(link_path) } \ -- 2.30.2