]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.gcc (ia64*-*-hpux*): Make posix threads the default.
authorSteve Ellcey <sje@cup.hp.com>
Thu, 25 Jan 2007 18:08:16 +0000 (18:08 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 25 Jan 2007 18:08:16 +0000 (18:08 +0000)
From-SVN: r121180

gcc/ChangeLog
gcc/config.gcc

index ca84d3dbca20c7b8e242df2f22e1b168ddef6fb0..f9af580517f7af0c9beb46135990befd44074c8a 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-25  Steve Ellcey  <sje@cup.hp.com>
+
+       * config.gcc (ia64*-*-hpux*): Make posix threads the default.
+
 2007-01-25  Steve Ellcey  <sje@cup.hp.com>
 
        PR other/30182
index b55f3b510b54802335d8512431401006bcb8dd16..86496c35990742f74aebe0669d68212642de181e 100644 (file)
@@ -1410,7 +1410,7 @@ ia64*-*-hpux*)
        tmake_file="ia64/t-ia64 ia64/t-hpux"
        target_cpu_default="MASK_GNU_AS"
        case x$enable_threads in
-       xyes | xposix )
+       x | xyes | xposix )
                thread_file=posix
                ;;
        esac