From b61e62102542319f780444d4577419ccedc5c520 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sun, 15 Oct 2006 23:59:21 +0000 Subject: [PATCH] config.gcc (hppa*64*-*-hpux11*, [...]): Default to posix thread support. * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to posix thread support. From-SVN: r117758 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f0a7bf08e885..3cad88094605 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-10-15 John David Anglin + + * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to + posix thread support. + 2006-10-09 Steve Ellcey PR target/28490 diff --git a/gcc/config.gcc b/gcc/config.gcc index 010317c5a5e8..36aedc68080d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -909,7 +909,7 @@ hppa*64*-*-hpux11*) tmake_file="pa/t-pa64 pa/t-pa-hpux" extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o" case x${enable_threads} in - xyes | xposix ) + x | xyes | xposix ) thread_file=posix ;; esac @@ -929,7 +929,7 @@ hppa[12]*-*-hpux11*) esac tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib" case x${enable_threads} in - xyes | xposix ) + x | xyes | xposix ) thread_file=posix ;; esac -- 2.47.2