Add Changelog ...
[glibc.git] / sysdeps / tile / preconfigure
blob9dba5b104000d3c56858e665e312358e9483cc16
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
13 case "$machine" in
14     tile*)
15         libc_commonpagesize=0x10000
16         libc_relro_required=yes ;;
17 esac