Commit 46346e0e by Loren J. Rittle Committed by Jeff Law

configure.in: Handle --enable-threads on FreeBSD.

        * configure.in: Handle --enable-threads on FreeBSD.
        * configure: Rebuit.

From-SVN: r29403
parent e86e6730
Tue Sep 14 04:01:46 1999 Loren Rittle <ljrittle@acm.org>
* configure.in: Handle --enable-threads on FreeBSD.
* configure: Rebuit.
Tue Sep 14 03:58:44 1999 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
......
......@@ -1277,6 +1277,12 @@ changequote([,])dnl
gas=yes
gnu_ld=yes
stabs=yes
case x${enable_threads} in
xyes | xpthreads | xposix)
thread_file='posix'
tmake_file="${tmake_file} t-openbsd-thread"
;;
esac
;;
changequote(,)dnl
i[34567]86-*-freebsd*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment