Use glibc_likely instead __builtin_expect.
[platform/upstream/glibc.git] / ports / sysdeps / unix / sysv / linux / tile / tilegx / Makefile
1 # Provide biarch definitions.
2 abi-variants := 64 32
3 abi-64-options := -D__LP64__
4 abi-64-condition := __WORDSIZE == 64
5 abi-32-options := -U__LP64__
6 abi-32-condition := __WORDSIZE == 32