Commit 68dacd00 authored by cgf's avatar cgf
Browse files

* config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option is not

supported by tradcpp and isn't actually needed for cygwin.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35451 138bc75d-0d04-0410-961f-82ee72b054a4
parent d088fc46
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.
......
......@@ -84,7 +84,7 @@ Boston, MA 02111-1307, USA. */
%{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__)) \
......
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