mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
- Build using system ffi library on arm*-linux*, pass --with-system-ffi to CONFIG_ARGS
This commit is contained in:
parent
a45c4873fc
commit
6e183f8f44
2 changed files with 3 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 57960 .
|
||||
# From configure.in Revision: 58645 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for python 2.6.
|
||||
#
|
||||
|
@ -12955,7 +12955,7 @@ fi
|
|||
|
||||
if test -z "$with_system_ffi" && test "$ac_cv_header_ffi_h" = yes; then
|
||||
case "$ac_sys_system/`uname -m`" in
|
||||
Linux/arm*) with_system_ffi="yes";;
|
||||
Linux/arm*) with_system_ffi="yes"; CONFIG_ARGS="$CONFIG_ARGS --with-system-ffi";;
|
||||
*) with_system_ffi="no"
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue