mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Revert to using ffcall by default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26529 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3f13acae0e
commit
20ceaaea7f
2 changed files with 2 additions and 14 deletions
8
configure
vendored
8
configure
vendored
|
@ -16099,15 +16099,9 @@ fi
|
|||
|
||||
#--------------------------------------------------------------------
|
||||
# Check for FFI interface libraries for invocations
|
||||
# We enable ffcall by default now, except on sparc64 (where we think
|
||||
# it's broken).
|
||||
# We enable ffcall by default.
|
||||
#--------------------------------------------------------------------
|
||||
case "$target_cpu" in
|
||||
sparc64*)
|
||||
do_broken_libffi=no;
|
||||
do_broken_libffcall=yes;
|
||||
do_enable_libffi=yes;
|
||||
do_enable_libffcall=no;;
|
||||
*)
|
||||
do_broken_libffi=no;
|
||||
do_broken_libffcall=no;
|
||||
|
|
|
@ -1868,15 +1868,9 @@ fi
|
|||
|
||||
#--------------------------------------------------------------------
|
||||
# Check for FFI interface libraries for invocations
|
||||
# We enable ffcall by default now, except on sparc64 (where we think
|
||||
# it's broken).
|
||||
# We enable ffcall by default.
|
||||
#--------------------------------------------------------------------
|
||||
case "$target_cpu" in
|
||||
sparc64*)
|
||||
do_broken_libffi=no;
|
||||
do_broken_libffcall=yes;
|
||||
do_enable_libffi=yes;
|
||||
do_enable_libffcall=no;;
|
||||
*)
|
||||
do_broken_libffi=no;
|
||||
do_broken_libffcall=no;
|
||||
|
|
Loading…
Reference in a new issue