repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
conformtest: Correct some stdlib.h expectations for XPG3.
[glibc.git]
/
sysdeps
/
tile
/
preconfigure
blob
dfe050cc6d018e676714014a16c96702c8c3e18c
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