mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 02:03:31 +00:00
Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I,
like ia64, leave it empty (default model).
This commit is contained in:
parent
b06b8fe3a7
commit
a6c79196a7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203969
@ -250,6 +250,7 @@ __FBSDID("$FreeBSD$");
|
|||||||
#endif
|
#endif
|
||||||
#ifdef __powerpc__
|
#ifdef __powerpc__
|
||||||
# define LG_QUANTUM 4
|
# define LG_QUANTUM 4
|
||||||
|
# define TLS_MODEL /* default */
|
||||||
#endif
|
#endif
|
||||||
#ifdef __s390x__
|
#ifdef __s390x__
|
||||||
# define LG_QUANTUM 4
|
# define LG_QUANTUM 4
|
||||||
|
Loading…
Reference in New Issue
Block a user