Commit 3c59b7ab by Daniel Jacobowitz Committed by Jeff Law

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

From-SVN: r26379
parent c6df90d8
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment