We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23dc3d6 commit d2a3334Copy full SHA for d2a3334
gcc/config/i386/cygwin.h
@@ -24,14 +24,12 @@ along with GCC; see the file COPYING3. If not see
24
builtin_define ("__CYGWIN__"); \
25
if (!TARGET_64BIT) \
26
builtin_define ("__CYGWIN32__"); \
27
- builtin_define ("__unix__"); \
28
- builtin_define ("__unix"); \
+ builtin_define_std ("unix"); \
29
} \
30
while (0)
31
32
#undef CPP_SPEC
33
#define CPP_SPEC "%(cpp_cpu) %{posix:-D_POSIX_SOURCE} \
34
- %{!ansi:-Dunix} \
35
%{pthread:-D_REENTRANT} \
36
%{mwin32:-DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ %{!ansi:-DWINNT}} \
37
%{!nostdinc:%{!mno-win32:-idirafter ../include/w32api%s -idirafter ../../include/w32api%s}}\
0 commit comments