+Thu Feb 25 02:21:22 1999 Jeffrey A Law (law@cygnus.com)
+
+ Thu Feb 18 19:53:17 1999 Marc Espie <espie@cvs.openbsd.org>
+ * configure.in: Handle OpenBSD with and without threads.
+ * config/openbsd.ml: New file.
+ * config/openbsd.mt: New file.
+
Mon Nov 23 09:44:26 1998 Richard Henderson <rth@cygnus.com>
* configure.in: Append mh-ppcpic and mh-elfalphapic as appropriate.
*-*-irix[56]*) frags="${frags} irix5.ml" ;;
*-*-linux*aout*) ;;
*-*-linux*) frags="${frags} linux.ml" ;;
+ *-*-openbsd*) frags="${frags} openbsd.ml" ;;
*-*-sysv4*) frags="${frags} elf.ml" ;;
*-*-solaris*) frags="${frags} sol2shm.ml" ;;
*-*-sunos4*) frags="${frags} sunos4.ml" ;;
alpha*-*-linux-gnulibc1) frags="${frags} linux.mt" ;;
powerpc*-*-linux-gnulibc1) frags="${frags} linux.mt" ;;
*-*-linux-gnu) frags="${frags} linux.mt" ;;
+ *-*-openbsd*)
+ case "x${enable_threads}" in
+ xyes|xposix) frags="${frags} openbsd.mt" ;;
+ esac;;
m68k-motorola-sysv) frags="${frags} delta.mt" ;;
esac