* config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option is not
supported by tradcpp and isn't actually needed for cygwin.
From-SVN: r35451
+2000-08-03 David Billinghurst <David.Billinghurst@riotinto.com.au>
+
+ * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
+ is not supported by tradcpp and isn't actually needed for cygwin.
+
2000-08-03 Kazu Hirata <kazu@hxi.com>
* toplev.c: Fix formatting.
%{mno-cygwin:crt1%O%s} %{pg:gcrt0%O%s}}"
#undef CPP_SPEC
-#define CPP_SPEC "-remap %(cpp_cpu) %{posix:-D_POSIX_SOURCE} \
+#define CPP_SPEC "%(cpp_cpu) %{posix:-D_POSIX_SOURCE} \
-D__stdcall=__attribute__((__stdcall__)) \
-D__cdecl=__attribute__((__cdecl__)) \
%{!ansi:-D_stdcall=__attribute__((__stdcall__)) \