872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
|
])
])
CHECK_BUILTIN_BSWAP(16)
CHECK_BUILTIN_BSWAP(32)
CHECK_BUILTIN_BSWAP(64)
case "$host" in
arm-apple-darwin*)
have_processes="no"
;;
*-*-mingw*)
have_processes="yes"
;;
*-*-msdosdjgpp*)
have_processes="no"
|
|
|
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
|
])
])
CHECK_BUILTIN_BSWAP(16)
CHECK_BUILTIN_BSWAP(32)
CHECK_BUILTIN_BSWAP(64)
case "$host" in
arm*-apple-darwin*)
have_processes="no"
;;
*-*-mingw*)
have_processes="yes"
;;
*-*-msdosdjgpp*)
have_processes="no"
|
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
|
-o x"$enable_shared" = x"no"], [
AC_SUBST(OBJFW_BRIDGE_STATIC_LIB, "libobjfw-bridge.a")
])
])
])
case "$host" in
arm-apple-darwin*)
AC_DEFINE(OF_IOS, 1, [Whether we compile for iOS])
;;
esac
AS_IF([test x"$GOBJC" = x"yes"], [
OBJCFLAGS="$OBJCFLAGS -Wwrite-strings -Wpointer-arith -Werror"
|
|
|
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
|
-o x"$enable_shared" = x"no"], [
AC_SUBST(OBJFW_BRIDGE_STATIC_LIB, "libobjfw-bridge.a")
])
])
])
case "$host" in
arm*-apple-darwin*)
AC_DEFINE(OF_IOS, 1, [Whether we compile for iOS])
;;
esac
AS_IF([test x"$GOBJC" = x"yes"], [
OBJCFLAGS="$OBJCFLAGS -Wwrite-strings -Wpointer-arith -Werror"
|