summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2018-01-22 18:32:50 +0100
committerGitHub <noreply@github.com>2018-01-22 18:32:50 +0100
commit13ff24582c99dfb439b1af7295b401415e7eb05b (patch)
tree6966d9e1247134dfee9db73b6b5a215bfa88baf4 /setup.py
parentb0a7a037b8fde56b62f886d5188bced7776777b4 (diff)
downloadcpython-git-13ff24582c99dfb439b1af7295b401415e7eb05b.tar.gz
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Drop support of FreeBSD 9 and older.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index c23628a2a9..1da40a426a 100644
--- a/setup.py
+++ b/setup.py
@@ -1571,12 +1571,6 @@ class PyBuildExt(build_ext):
macros = dict()
libraries = []
- elif host_platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'):
- # FreeBSD's P1003.1b semaphore support is very experimental
- # and has many known problems. (as of June 2008)
- macros = dict()
- libraries = []
-
elif host_platform.startswith('openbsd'):
macros = dict()
libraries = []