Now that TLS generally is available on sparc64 since r219534 turn on

support for it. Note that while sparc64 also supports the static TLS
model and thus tls_model("initial-exec"), using the default model
turned out to yield slightly better buildstone performance.
This commit is contained in:
Marius Strobl 2011-03-11 21:35:38 +00:00
parent d6582233c1
commit 77ccab511d

View File

@ -234,7 +234,7 @@ __FBSDID("$FreeBSD$");
#ifdef __sparc64__
# define LG_QUANTUM 4
# define LG_SIZEOF_PTR 3
# define NO_TLS
# define TLS_MODEL /* default */
#endif
#ifdef __amd64__
# define LG_QUANTUM 4