]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (hppa*64*-*-hpux11*, [...]): Default to posix thread support.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 15 Oct 2006 23:59:21 +0000 (23:59 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 15 Oct 2006 23:59:21 +0000 (23:59 +0000)
* config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to
posix thread support.

From-SVN: r117758

gcc/ChangeLog
gcc/config.gcc

index f0a7bf08e885f89572c7e5e98c2005aaa19309c4..3cad88094605b5187787a620cf3a07161ab62b11 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to
+       posix thread support.
+
 2006-10-09  Steve Ellcey  <sje@cup.hp.com>
 
        PR target/28490
index 010317c5a5e8808cf71d581def7a6dd07413d8b5..36aedc68080d5c47c3d36201cf5c7e987b7b4401 100644 (file)
@@ -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