This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[mingw32] Remove -remap from CPP_SPEC
- From: Danny Smith <danny_r_smith_2001 at yahoo dot co dot nz>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 24 May 2002 08:15:19 +1000 (EST)
- Subject: [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!