Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / unix / sysv / linux / tile / tilegx / Makefile
blob4f101f334aab5d015c86636885f042f81f9f5e89
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