* rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Add missing backslash.
authorDaniel Jacobowitz <dan@debian.org>
Mon, 12 Apr 1999 18:22:02 +0000 (18:22 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 12 Apr 1999 18:22:02 +0000 (12:22 -0600)
From-SVN: r26379

gcc/ChangeLog
gcc/config/rs6000/sysv4.h

index 6547e89..0fc7e36 100644 (file)
@@ -1,3 +1,7 @@
+Mon Apr 12 19:15:17 1999  Daniel Jacobowitz <dan@debian.org>
+
+       * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Add missing backslash.
+
 Mon Apr 12 19:11:38 1999  Mumit Khan  <khan@xraylith.wisc.edu>
 
        * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mconsole; fix
index 75729e3..0a69702 100644 (file)
@@ -1330,7 +1330,7 @@ do {                                                                      \
 
 #ifndef CPP_OS_LINUX_SPEC
 #define CPP_OS_LINUX_SPEC "-D__unix__ -D__linux__ \
-%{!undef:%{!ansi:%{!std=*:-Dunix -Dlinux}%{std=gnu*:-Dunix -Dlinux}}}
+%{!undef:%{!ansi:%{!std=*:-Dunix -Dlinux}%{std=gnu*:-Dunix -Dlinux}}} \
 -Asystem(unix) -Asystem(posix)"
 #endif