mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Remove --enable-objc-nonfragile-abi because David says it's obsolete and
doesn't work as expected.
This commit is contained in:
parent
b5bea3f3a7
commit
38fc2bde82
2 changed files with 596 additions and 566 deletions
|
@ -1984,7 +1984,7 @@ GS_NONFRAGILE=0
|
|||
GS_MIXEDABI=0
|
||||
if test "$nonfragile" = "yes"; then
|
||||
saved_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $OBJCFLAGS -fobjc-nonfragile-abi -x objective-c"
|
||||
CPPFLAGS="$CPPFLAGS $OBJCFLAGS -x objective-c"
|
||||
AC_MSG_CHECKING(for non-fragile-abi support)
|
||||
AC_RUN_IFELSE([AC_LANG_SOURCE(
|
||||
[[#include "$srcdir/config/config.non-fragile-ivars.m"]])],
|
||||
|
@ -1992,7 +1992,6 @@ if test "$nonfragile" = "yes"; then
|
|||
non_fragile="$cross_non_fragile")
|
||||
CPPFLAGS="$saved_CPPFLAGS"
|
||||
if test $non_fragile = yes; then
|
||||
OBJCLIBS="$OBJLIBS -fobjc-nonfragile-abi"
|
||||
GS_NONFRAGILE=1
|
||||
if test "$OBJC_RUNTIME_LIB" != "ng"; then
|
||||
AC_ARG_ENABLE(mixedabi,
|
||||
|
|
Loading…
Reference in a new issue