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:
Richard Frith-MacDonald 2008-05-16 16:41:09 +00:00
parent 3f13acae0e
commit 20ceaaea7f
2 changed files with 2 additions and 14 deletions

8
configure vendored
View file

@ -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;

View file

@ -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;