ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/microblaze/preconfigure.ac

12 lines
384 B
Plaintext

GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
# Local preconfigure fragment for sysdeps/microblaze
AC_EGREP_CPP(yes,[#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
yes
#endif
], endianness=le, endianness=be)
case "$machine" in
microblaze*) base_machine=microblaze machine=microblaze/$endianness ;;
esac