]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/microblaze/preconfigure.ac
po: Update translations
[thirdparty/glibc.git] / sysdeps / microblaze / preconfigure.ac
1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
2 # Local preconfigure fragment for sysdeps/microblaze
3
4 AC_EGREP_CPP(yes,[#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
5 yes
6 #endif
7 ], endianness=le, endianness=be)
8
9 case "$machine" in
10 microblaze*) base_machine=microblaze machine=microblaze/$endianness ;;
11 esac