* config/i386/mingw32.h (CPP_SPEC): Remove -remap.
authordannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 May 2002 02:54:07 +0000 (02:54 +0000)
committerdannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 May 2002 02:54:07 +0000 (02:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53819 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3b08956..e74ce06 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 561022c..10a34c4 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__)) \