mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 04:29:37 +08:00
* acinclude.m4 (GTHREAD_USE_WEAK) Define to 0 for mingw32.
* configure: Regenerate. From-SVN: r127395
This commit is contained in:
parent
b21fbb687b
commit
6e20eae994
@ -1,3 +1,8 @@
|
||||
2007-08-13 Danny Smith <dannysmit@users.sourceforge.net>
|
||||
|
||||
* acinclude.m4 (GTHREAD_USE_WEAK) Define to 0 for mingw32.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-08-12 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
PR fortran/30964
|
||||
|
@ -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])
|
||||
;;
|
||||
|
2
libgfortran/configure
vendored
2
libgfortran/configure
vendored
@ -32613,7 +32613,7 @@ _ACEOF
|
||||
|
||||
fi
|
||||
case "$host" in
|
||||
*-*-darwin* | *-*-hpux* | *-*-cygwin*)
|
||||
*-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* )
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define GTHREAD_USE_WEAK 0
|
||||
|
Loading…
Reference in New Issue
Block a user