From ee17d4e99af9e49378217209d3708053ef148032 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 28 Aug 2017 13:47:25 +0200 Subject: Remove abi-*-options compiler flags These options are no longer needed since commit 2dba5ce7b8115d6a2789bf279892263621088e74 (: Use an arch-independent system call list on Linux). --- sysdeps/unix/sysv/linux/s390/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/s390') 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) -- cgit 1.4.1