diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-07-08 09:33:04 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-07-08 09:33:04 -0400 |
commit | 07daae5f548cc77ac4113136bd462e8a4219624a (patch) | |
tree | 2f05fd6bdca23adaf873e832217b7c6175352b64 | |
parent | e0a9b507b0d6388be7651b714a71995fc71f45d8 (diff) | |
download | gcc-07daae5f548cc77ac4113136bd462e8a4219624a.zip gcc-07daae5f548cc77ac4113136bd462e8a4219624a.tar.gz gcc-07daae5f548cc77ac4113136bd462e8a4219624a.tar.bz2 |
(LINK_SPEC): Fix typo in previous change.
From-SVN: r1519
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index ce7edba..ebdf819 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}\ |