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:
parent
d6582233c1
commit
77ccab511d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user