8000 Remove special case for hpux · python/cpython@6849e30 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6849e30

Browse files
committed
Remove special case for hpux
1 parent 4914c9e commit 6849e30

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

configure

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3633,8 +3633,7 @@ AS_VAR_IF([have_libffi], [yes], [
36333633
AS_VAR_APPEND([LIBFFI_CFLAGS], [" -I\$(srcdir)/Modules/_ctypes/darwin -DMACOSX"])
36343634
ctypes_malloc_closure=yes
36353635
],
3636-
[sunos5], [AS_VAR_APPEND([LIBFFI_LIBS], [" -mimpure-text"])],
3637-
[hp*|HP*], [AS_VAR_APPEND([LIBFFI_LIBS], [" -fPIC"])]
3636+
[sunos5], [AS_VAR_APPEND([LIBFFI_LIBS], [" -mimpure-text"])]
36383637
)
36393638
AS_VAR_IF([ctypes_malloc_closure], [yes], [
36403639
MODULE__CTYPES_MALLOC_CLOSURE=_ctypes/malloc_closure.c

0 commit comments

Comments
 (0)
0