OSDN Git Service

* config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Oct 2006 23:05:31 +0000 (23:05 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Oct 2006 23:05:31 +0000 (23:05 +0000)
posix thread support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117756 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 2676f32..abca225 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-15  Jan Hubicka  <jh@suse.cz>
 
        PR middle-end/29241
index b6de3e7..1e3c358 100644 (file)
@@ -967,7 +967,7 @@ hppa*64*-*-hpux11*)
        extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
                     libgcc_stub.a"
        case x${enable_threads} in
-       xyes | xposix )
+       x | xyes | xposix )
                thread_file=posix
                ;;
        esac
@@ -996,7 +996,7 @@ hppa[12]*-*-hpux11*)
            tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
        fi
        case x${enable_threads} in
-       xyes | xposix )
+       x | xyes | xposix )
                thread_file=posix
                ;;
        esac