* config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to
posix thread support.
From-SVN: r117758
+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
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
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