From d90d09972c1e10e0de8860f2ef1843f99779bafc Mon Sep 17 00:00:00 2001 From: jb Date: Fri, 15 Apr 2011 04:21:19 +0000 Subject: PR 47571 Fix bootstrap regression on alpha-dec-osf git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172469 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgfortran/acinclude.m4') diff --git a/libgfortran/acinclude.m4 b/libgfortran/acinclude.m4 index acd1d4dc81e..92e027177b5 100644 --- a/libgfortran/acinclude.m4 +++ b/libgfortran/acinclude.m4 @@ -110,7 +110,7 @@ void foo (void); [Define to 1 if the target supports #pragma weak]) fi case "$host" in - *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* ) + *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* | alpha*-dec-osf* ) AC_DEFINE(GTHREAD_USE_WEAK, 0, [Define to 0 if the target shouldn't use #pragma weak]) ;; -- cgit v1.2.1