mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 10:50:07 +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
|