Define NO_TLS on PowerPC.

See also: PR ia64/91846
This commit is contained in:
Marcel Moolenaar 2006-08-09 19:01:27 +00:00
parent cc163b19c0
commit 5011eea82f

View File

@ -279,6 +279,7 @@ __FBSDID("$FreeBSD$");
# define QUANTUM_2POW_MIN 4
# define SIZEOF_PTR 4
# define USE_BRK
# define NO_TLS
#endif
/* sizeof(int) == (1 << SIZEOF_INT_2POW). */