* config/i386/aix386ng.h (CPP_SPEC): Remove extraneous quote.
authorDavid W. Schuler <schuld@btv.ibm.com>
Thu, 11 Jun 1998 15:22:41 +0000 (15:22 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 11 Jun 1998 15:22:41 +0000 (09:22 -0600)
From-SVN: r20429

gcc/ChangeLog
gcc/config/i386/aix386ng.h

index de843accde8aabf39a3802d22d451570bc10e286..473f28cebc5f832c032151ba41e73780858baff0 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jun 11 16:19:17 1998  David W. Schuler  <schuld@btv.ibm.com>
+
+       * config/i386/aix386ng.h (CPP_SPEC): Remove extraneous quote.
+
 Thu Jun 11 12:40:27 1998  Jim Wilson  <wilson@cygnus.com>
 
        * mips.c (override_options): Replace word_mode with explicit
index ec283a4fa4e528e1c98bc1bb04774de7638a42ae..7ced3cfd48e564d6c62149bf36ae4d2773b0db8b 100644 (file)
@@ -47,7 +47,7 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-Dps2 -Dunix -Asystem(aix)"
 
 #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] \
-  "%{posix:-D_POSIX_SOURCE}%{!posix:-DAIX} -D_I386 -D_AIX -D_MBCS"
+  %{posix:-D_POSIX_SOURCE}%{!posix:-DAIX} -D_I386 -D_AIX -D_MBCS"
 
 /* special flags for the aix assembler to generate the short form for all
    qualifying forward reference */