mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 00:35:10 +08:00
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:
parent
d30d6e7a36
commit
a0494c057a
@ -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>
|
2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
* config/sparc/cypress.md: Replace Sparc with SPARC.
|
* config/sparc/cypress.md: Replace Sparc with SPARC.
|
||||||
|
@ -364,6 +364,11 @@ case $machine in
|
|||||||
xm_defines=POSIX
|
xm_defines=POSIX
|
||||||
gas=yes
|
gas=yes
|
||||||
gnu_ld=yes
|
gnu_ld=yes
|
||||||
|
case x${enable_threads} in
|
||||||
|
xyes | xposix)
|
||||||
|
thread_file='posix'
|
||||||
|
;;
|
||||||
|
esac
|
||||||
;;
|
;;
|
||||||
*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
|
*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
|
||||||
# This is the place-holder for the generic a.out configuration
|
# This is the place-holder for the generic a.out configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user