diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-05-24 02:54:07 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@gcc.gnu.org> | 2002-05-24 02:54:07 +0000 |
commit | f29e2ec06c1fc2251004fc66908f824b0df30462 (patch) | |
tree | 8c36410c61deaa598fa271a36d88558c2c09fa6c | |
parent | 211a0cbe1392b37ed05c0aa4675756c1209aa81c (diff) | |
download | gcc-f29e2ec06c1fc2251004fc66908f824b0df30462.zip gcc-f29e2ec06c1fc2251004fc66908f824b0df30462.tar.gz gcc-f29e2ec06c1fc2251004fc66908f824b0df30462.tar.bz2 |
* config/i386/mingw32.h (CPP_SPEC): Remove -remap.
From-SVN: r53819
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/mingw32.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b08956..e74ce06 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index 561022c..10a34c4 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -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__)) \ |