diff options
author | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-01 14:43:22 +0000 |
---|---|---|
committer | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-01 14:43:22 +0000 |
commit | b550f03609969448d2b862eb3a0a1170ba75209d (patch) | |
tree | f4a47a001369eb5cf6ae62193100fdcf56e41ec1 /gcc/config/i386/mingw-w64.opt | |
parent | 5568b3c604604134d7a21cc26a808c55d91d1767 (diff) | |
download | gcc-b550f03609969448d2b862eb3a0a1170ba75209d.tar.gz |
2011-04-01 Kai Tietz <ktietz@redhat.com>
* config.gcc (*-*-mingw*): Allow as option the
posix threading model.
* config/i386/mingw32.h ( SPEC_PTHREAD1, SPEC_PTHREAD2):
New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT
definition.
(CPP_SPEC): Add pthread/no-pthread handling.
(LIB_SPEC): Likewise.
* config/i386/mingw-w64.h (CPP_SPEC):Likewise.
(LIB_SPEC): Likewise.
* config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New
flag to pass -pthread option for shared libgcc build.
(SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread
for shared libgcc build.
* config/i386/t-mingw-pthread: New file.
* config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT):
New define to enable use of library pthread by default.
* config/i386/mingw.opt (pthread): New driver option.
(no-pthread): New driver option.
* config/i386/cygming.opt: Make sure trailing empty line
is retained.
* config/i386/mingw-w64.opt: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171833 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/mingw-w64.opt')
-rw-r--r-- | gcc/config/i386/mingw-w64.opt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i386/mingw-w64.opt b/gcc/config/i386/mingw-w64.opt index 965f4c0ce0a..4eebce64f6b 100644 --- a/gcc/config/i386/mingw-w64.opt +++ b/gcc/config/i386/mingw-w64.opt @@ -21,3 +21,5 @@ municode Target Use unicode startup and define UNICODE macro + +; Retain blank line above. |