]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/unix/sysv/linux/tile/tilegx/Makefile
Move tilegx, tilepro, and linux-generic from ports to libc.
[thirdparty/glibc.git] / 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