diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-13 12:21:35 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-13 12:21:35 +0000 |
commit | 7044ab000d4710fc4dec7f6777aa78331cb97f12 (patch) | |
tree | b2b9d56481db2d374bbd80133d07464ff5c5945b /libgfortran/acinclude.m4 | |
parent | a7cb1e131a50c5585c9513561859c9be28055017 (diff) | |
download | gcc-7044ab000d4710fc4dec7f6777aa78331cb97f12.tar.gz |
* acinclude.m4 (GTHREAD_USE_WEAK) Define to 0 for mingw32.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127395 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/acinclude.m4')
-rw-r--r-- | libgfortran/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/acinclude.m4 b/libgfortran/acinclude.m4 index 1660b6e75e6..1270a98c04e 100644 --- a/libgfortran/acinclude.m4 +++ b/libgfortran/acinclude.m4 @@ -128,7 +128,7 @@ AC_DEFUN([LIBGFOR_GTHREAD_WEAK], [ [Define to 1 if the target supports #pragma weak]) fi case "$host" in - *-*-darwin* | *-*-hpux* | *-*-cygwin*) + *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* ) AC_DEFINE(GTHREAD_USE_WEAK, 0, [Define to 0 if the target shouldn't use #pragma weak]) ;; |