mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 11:20:10 +00:00
7 lines
184 B
Makefile
7 lines
184 B
Makefile
|
# 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
|