1
0
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:
Florian Weimer
2017-08-28 13:47:25 +02:00
parent 45a4f49ee5
commit ee17d4e99a
9 changed files with 24 additions and 53 deletions

View File

@ -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)