OSDN Git Service

* config.gcc (ia64*-*-hpux*): Make posix threads the default.
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jan 2007 18:08:16 +0000 (18:08 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jan 2007 18:08:16 +0000 (18:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121180 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index ca84d3d..f9af580 100644 (file)
@@ -1,5 +1,9 @@
 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
        * config/pa/pa.c (pa_init_builtins): Set asm names for finite routines.
        * config/ia64/ia64.c (ia64_init_builtins):  Ditto.
index b55f3b5..86496c3 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