* rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Add missing backslash.

From-SVN: r26379
This commit is contained in:
Daniel Jacobowitz 1999-04-12 18:22:02 +00:00 committed by Jeff Law
parent c6df90d818
commit 3c59b7abd3
2 changed files with 5 additions and 1 deletions

View 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

View 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