From: Michael Meissner Date: Wed, 24 Apr 1996 19:30:46 +0000 (+0000) Subject: Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae381d9573c20687bfd78a749e77ad2cf6c0deb9;p=gcc.git Fix typo in last change. From-SVN: r11878 --- diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 854d773f3f1..740c585fa31 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