diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-15 04:21:19 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-15 04:21:19 +0000 |
commit | d90d09972c1e10e0de8860f2ef1843f99779bafc (patch) | |
tree | f5a7917eb1d48a5794fc9f24a57e3d55139f7573 /libgfortran/acinclude.m4 | |
parent | de0e0814318021b05ef36109c0ccae41571f1478 (diff) | |
download | gcc-d90d09972c1e10e0de8860f2ef1843f99779bafc.tar.gz |
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
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 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]) ;; |