cygwin.h: Remove -remap from CPP_SPEC since this option is not supported by tradcpp...
authorDavid Billinghurst <David.Billinghurst@riotinto.com.au>
Thu, 3 Aug 2000 13:30:18 +0000 (13:30 +0000)
committerChristopher Faylor <cgf@gcc.gnu.org>
Thu, 3 Aug 2000 13:30:18 +0000 (13:30 +0000)
* 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

gcc/ChangeLog
gcc/config/i386/cygwin.h

index 8914591c10679ca87697868f11368cd79b6d61e0..d3f9b256856424328b3662925ad8590e42929b35 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 6e538d5f4010d6db72457d7fa885d07ebcbc3a58..5839068bac85b8e11ff4b19e344efac7d09014a9 100644 (file)
@@ -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__)) \