diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/Makefile b/sysdeps/unix/sysv/linux/s390/Makefile index f30a6bb1f6..c5f544d139 100644 --- a/sysdeps/unix/sysv/linux/s390/Makefile +++ b/sysdeps/unix/sysv/linux/s390/Makefile @@ -1,7 +1,5 @@ abi-variants := 32 64 -abi-32-options := -U__s390x__ abi-32-condition := __WORDSIZE == 32 -abi-64-options := -D__s390x__ abi-64-condition := __WORDSIZE == 64 ifeq ($(subdir),rt) |