Commit a0494c05 by Jason Thorpe Committed by Jason Thorpe

config.gcc (*-*-netbsd*): Set thread_file to 'posix' for --enable-threads=yes…

config.gcc (*-*-netbsd*): Set thread_file to 'posix' for --enable-threads=yes and --enable-threads=posix.

* config.gcc (*-*-netbsd*): Set thread_file to 'posix'
for --enable-threads=yes and --enable-threads=posix.

From-SVN: r57163
parent d30d6e7a
2002-09-15 Jason Thorpe <thorpej@wasabisystems.com>
* config.gcc (*-*-netbsd*): Set thread_file to 'posix'
for --enable-threads=yes and --enable-threads=posix.
2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
* config/sparc/cypress.md: Replace Sparc with SPARC.
......
......@@ -364,6 +364,11 @@ case $machine in
xm_defines=POSIX
gas=yes
gnu_ld=yes
case x${enable_threads} in
xyes | xposix)
thread_file='posix'
;;
esac
;;
*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
# This is the place-holder for the generic a.out configuration
......
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