mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)
This commit is contained in:
parent
a838a801f2
commit
ea684743da
5 changed files with 5 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ if sys.platform.startswith('atheos'):
|
|||
if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3',
|
||||
'Darwin1.2', 'darwin',
|
||||
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
|
||||
'freebsd6', 'freebsd7',
|
||||
'freebsd6', 'freebsd7', 'freebsd8',
|
||||
'bsdos2', 'bsdos3', 'bsdos4',
|
||||
'openbsd', 'openbsd2', 'openbsd3', 'openbsd4'):
|
||||
if struct.calcsize('l') == 8:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue