* config/i386/mingw32.h (CPP_SPEC): Remove -remap.
authorDanny Smith <dannysmith@users.sourceforge.net>
Fri, 24 May 2002 02:54:07 +0000 (02:54 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Fri, 24 May 2002 02:54:07 +0000 (02:54 +0000)
From-SVN: r53819

gcc/ChangeLog
gcc/config/i386/mingw32.h

index 3b089560e7e08eb2e153d2a746183faa83f7b508..e74ce06bca488991e191df9594316c3eb86f9a1d 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-24  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * config/i386/mingw32.h (CPP_SPEC): Remove -remap.
+
 2002-05-23  Gabriel Dos Reis  <gdr@codesourcery.com>
             Zack Weinberg     <zack@codesourcery.com>
 
index 561022c7186f515b87d496976ab7c4e532e0d279..10a34c49003939515a7798e68658d2cf0ea59ed2 100644 (file)
@@ -48,7 +48,7 @@ Boston, MA 02111-1307, USA.  */
 
 #undef CPP_SPEC
 #define CPP_SPEC \
-  "-remap %(cpp_cpu) %{posix:-D_POSIX_SOURCE} %{mthreads:-D_MT} \
+  "%(cpp_cpu) %{posix:-D_POSIX_SOURCE} %{mthreads:-D_MT} \
   -D__stdcall=__attribute__((__stdcall__)) \
   -D__cdecl=__attribute__((__cdecl__)) \
   %{!ansi:-D_stdcall=__attribute__((__stdcall__)) \