]> git.ipfire.org Git - thirdparty/glibc.git/blob - ports/sysdeps/tile/preconfigure
Move all files into ports/ subdirectory in preparation for merge with glibc
[thirdparty/glibc.git] / ports / sysdeps / tile / preconfigure
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