about summary refs log tree commit diff
path: root/sysdeps/tile/preconfigure
blob: 21382df0f74af26bdb79b7274352f34c02a7b093 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# This is a -*- sh -*-
case "$machine" in
    tilegx*)
	base_machine=tile
	if $CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | grep -q __LP64__; then
	    machine=tile/tilegx64
	else
	    machine=tile/tilegx32
	fi ;;
esac