From 07daae5f548cc77ac4113136bd462e8a4219624a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 8 Jul 1992 09:33:04 -0400 Subject: [PATCH] (LINK_SPEC): Fix typo in previous change. From-SVN: r1519 --- gcc/config/rs6000/rs6000.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index ce7edba8f50..ebdf819c918 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -50,7 +50,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ csects. See AIX documentation for more information about this. */ #define LINK_SPEC "-T512 -H512 -btextro -bhalt:4 -bnodelcsect\ - %{static:-bnso -bI:/lib/syscalls.exp" + %{static:-bnso -bI:/lib/syscalls.exp}" /* Profiled library versions are used by linking with special directories. */ #define LIB_SPEC "%{pg:-L/lib/profiled -L/usr/lib/profiled}\ -- 2.30.2