Fix typo in last change.
authorMichael Meissner <meissner@gcc.gnu.org>
Wed, 24 Apr 1996 19:30:46 +0000 (19:30 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Wed, 24 Apr 1996 19:30:46 +0000 (19:30 +0000)
From-SVN: r11878

gcc/config/rs6000/sysv4.h

index 854d773f3f1b4de2ad3d3d233e3dcf91921d62bf..740c585fa31eecd090821879e821480fa6fecf33 100644 (file)
@@ -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