mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-06 12:10:28 +02:00
cross: Provide the action for the cross compiling case
Assume that the functionality is not present
This commit is contained in:
parent
dea1775f62
commit
e98640e1ac
1 changed files with 3 additions and 3 deletions
|
@ -184,7 +184,7 @@ elif test $cpu = x86; then
|
||||||
: "0" (1));
|
: "0" (1));
|
||||||
return (edx & 1 << 26) ? 0 : 1;
|
return (edx & 1 << 26) ? 0 : 1;
|
||||||
}
|
}
|
||||||
]])],[ac_cv_test_x86_x87=yes],[][])
|
]])],[ac_cv_test_x86_x87=yes],[],[ac_cv_test_x86_x87=no])
|
||||||
elif test $cpu = arm; then
|
elif test $cpu = arm; then
|
||||||
AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -207,7 +207,7 @@ elif test $cpu = arm; then
|
||||||
#endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
]])],[ac_cv_test_arm_arm=yes],[][])
|
]])],[ac_cv_test_arm_arm=yes],[],[ac_cv_test_arm_arm=no])
|
||||||
AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
int main(void) {
|
int main(void) {
|
||||||
|
@ -229,7 +229,7 @@ elif test $cpu = arm; then
|
||||||
#endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
]])],[ac_cv_test_arm_swf=yes],[][])
|
]])],[ac_cv_test_arm_swf=yes],[],[ac_cv_test_arm_swf=no])
|
||||||
fi
|
fi
|
||||||
CFLAGS=$save_CFLAGS
|
CFLAGS=$save_CFLAGS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue