diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1996-04-24 19:30:46 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1996-04-24 19:30:46 +0000 |
commit | ae381d9573c20687bfd78a749e77ad2cf6c0deb9 (patch) | |
tree | be0eedf577ea95077585415af536b3acdf4728ee | |
parent | 67d743fe7745039f5933f9d90f80c088a7a77077 (diff) | |
download | gcc-ae381d9573c20687bfd78a749e77ad2cf6c0deb9.zip gcc-ae381d9573c20687bfd78a749e77ad2cf6c0deb9.tar.gz gcc-ae381d9573c20687bfd78a749e77ad2cf6c0deb9.tar.bz2 |
Fix typo in last change.
From-SVN: r11878
-rw-r--r-- | gcc/config/rs6000/sysv4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 854d773..740c585 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -971,7 +971,7 @@ do { \ /* Motorola MVME support. */ #ifndef LIB_MVME_SPEC -#define LIB_MVME_SPEC "-( -lmvme -lc -) }" +#define LIB_MVME_SPEC "-( -lmvme -lc -)" #endif #ifndef STARTFILE_MVME_SPEC @@ -992,7 +992,7 @@ do { \ /* PowerPC simulator based on netbsd system calls support. */ #ifndef LIB_SIM_SPEC -#define LIB_SIM_SPEC "-( -lsim -lc -) }" +#define LIB_SIM_SPEC "-( -lsim -lc -)" #endif #ifndef STARTFILE_SIM_SPEC |