Advertisement
dominus

Untitled

Nov 18th, 2020
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. arm)
  2. AC_MSG_CHECKING([windowing system])
  3. case "$host_os" in
  4. darwin*)
  5. AC_DEFINE(C_TARGETCPU,ARMV8LE)
  6. AC_MSG_RESULT(ARMv8 Little Endian 64-bit)
  7. c_targetcpu="arm"
  8. c_unalignedmemory=yes
  9. esac
  10. ;;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement