nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9
[glibc.git] / sysdeps / tile / preconfigure
blobf3e5d7edae5a31de441c2663f2cfea061ff6cfae
1 # This is a -*- sh -*-
2 case "$machine" in
3     tilepro)
4         base_machine=tile machine=tile/tilepro ;;
5     tilegx*)
6         base_machine=tile
7         if $CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | grep -q __LP64__; then
8             machine=tile/tilegx/tilegx64
9         else
10             machine=tile/tilegx/tilegx32
11         fi ;;
12 esac