mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 05:10:27 +08:00
* rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Add missing backslash.
From-SVN: r26379
This commit is contained in:
parent
c6df90d818
commit
3c59b7abd3
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user