Fix typo.
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 6 Jun 1996 14:07:56 +0000 (14:07 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 6 Jun 1996 14:07:56 +0000 (14:07 +0000)
From-SVN: r12174

gcc/config/rs6000/sysv4.h

index 36d3c1894058bb131b8d36a710eb8276e65197d6..0790d1cc31631fb2b9ace385e3492895758f4926 100644 (file)
@@ -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) } \