glibc/sysdeps/unix/sysv/linux/tile/tilegx/Makefile

7 lines
184 B
Makefile
Raw Normal View History

# Provide biarch definitions.
abi-variants := 64 32
abi-64-options := -D__LP64__
abi-64-condition := __WORDSIZE == 64
abi-32-options := -U__LP64__
abi-32-condition := __WORDSIZE == 32