mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Remove abi-*-options compiler flags
These options are no longer needed since commit
2dba5ce7b8
(<bits/syscall.h>: Use an
arch-independent system call list on Linux).
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
abi-variants := 32 64
|
||||
abi-32-options := -U__sparc_v9__ -U__arch64__
|
||||
abi-32-condition := __WORDSIZE == 32
|
||||
abi-64-options := -D__sparc_v9__ -D__arch64__
|
||||
abi-64-condition := __WORDSIZE == 64
|
||||
|
||||
ifeq ($(subdir),rt)
|
||||
|
Reference in New Issue
Block a user