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/arm/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/arm') diff --git a/sysdeps/unix/sysv/linux/arm/Makefile b/sysdeps/unix/sysv/linux/arm/Makefile index b9b8f71721..4adc35de04 100644 --- a/sysdeps/unix/sysv/linux/arm/Makefile +++ b/sysdeps/unix/sysv/linux/arm/Makefile @@ -63,7 +63,5 @@ Unknown ABI, must be one of $(abi-variants) endif abi-includes := -abi-soft-options := -U__ARM_PCS_VFP abi-soft-condition := !defined __ARM_PCS_VFP -abi-hard-options := -D__ARM_PCS_VFP abi-hard-condition := defined __ARM_PCS_VFP -- cgit 1.4.1