Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git] / newlib / libc / machine / spu / acinclude.m4
blobbca70e309d1fa06e7be711673bdde085831dc934
1 if test "${machine_dir}" = "spu"; then
2   AC_CACHE_CHECK([whether the compiler supports __ea], newlib_cv_spu_compiler_has_ea, [dnl
3     AC_PREPROC_IFELSE([AC_LANG_PROGRAM(
4 [[#if !defined (__EA32__) && !defined (__EA64__)
5 # error "__ea not supported"
6 #endif
7 ]])], [newlib_cv_spu_compiler_has_ea=yes], [newlib_cv_spu_compiler_has_ea=no])])
8 fi
9 AM_CONDITIONAL(HAVE_SPU_EA, test "$newlib_cv_spu_compiler_has_ea" = yes)