From: David Billinghurst Date: Thu, 3 Aug 2000 13:30:18 +0000 (+0000) Subject: cygwin.h: Remove -remap from CPP_SPEC since this option is not supported by tradcpp... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5535a5a62e8fd363773ebc194b609d0371e0e5cd;p=gcc.git cygwin.h: Remove -remap from CPP_SPEC since this option is not supported by tradcpp and... * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8914591c106..d3f9b256856 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-08-03 David Billinghurst + + * 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 * toplev.c: Fix formatting. diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index 6e538d5f401..5839068bac8 100644 --- a/gcc/config/i386/cygwin.h +++ b/gcc/config/i386/cygwin.h @@ -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__)) \