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
This commit is contained in:
Jason Thorpe 2002-09-15 18:07:13 +00:00 committed by Jason Thorpe
parent d30d6e7a36
commit a0494c057a
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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