diff options
author | cgf <cgf@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-11 01:02:50 +0000 |
---|---|---|
committer | cgf <cgf@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-11 01:02:50 +0000 |
commit | 6f380bab178e7a845df42a810670b6f8f6856782 (patch) | |
tree | a5f0680aba7a74d4b6e970a0b2141ca9de6311f4 | |
parent | 837deadb43efd8a28e38b97338e81359538044f9 (diff) | |
download | ppe42-gcc-6f380bab178e7a845df42a810670b6f8f6856782.tar.gz ppe42-gcc-6f380bab178e7a845df42a810670b6f8f6856782.zip |
remove duplication.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40374 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/config/i386/cygwin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index 4dbec0224ab..634d33a2089 100644 --- a/gcc/config/i386/cygwin.h +++ b/gcc/config/i386/cygwin.h @@ -112,7 +112,6 @@ Boston, MA 02111-1307, USA. */ -D__declspec(x)=__attribute__((x)) \ -D__i386__ -D__i386 \ %{mno-win32: %{mno-cygwin: %emno-cygwin and mno-win32 are not compatible}} \ - %(cpp_cpu) %{posix:-D_POSIX_SOURCE} \ %{mno-cygwin:-D__MSVCRT__ -D__MINGW32__ %{mthreads:-D_MT} " MINGW_INCLUDES \ " -mwin32} \ %{!mno-cygwin:-D__CYGWIN32__ -D__CYGWIN__ -Dunix -D__unix__ -D__unix \ |