This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[mingw32] Remove -remap from CPP_SPEC


The -remap switch is not necessary on mingw32 since, as with other w32 targets,
long filenames are supported.   -remap also causes tradcpp0 to fail.

This patch removes the switch from CPP_SPEC in mingw32.h.

It has already been removed for  cygwin.

Tested on 3.1 release and on 3.2 20020522 (experimental)

Okay for trunk?

2002-05-23  Danny Smith  <dannysmith@users.sourceforge.net>

	* config/i386/mingw32.h (CPP_SPEC): Remove -remap.




Index: gcc/gcc/config/i386/mingw32.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/mingw32.h,v
retrieving revision 1.23
diff -r1.23 mingw32.h
51c51
<   "-remap %(cpp_cpu) %{posix:-D_POSIX_SOURCE} %{mthreads:-D_MT} \
---
>   "%(cpp_cpu) %{posix:-D_POSIX_SOURCE} %{mthreads:-D_MT} \


http://briefcase.yahoo.com.au - Yahoo! Briefcase
- Save your important files online for easy access!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]