From 88a4576f50b0b7f71c28f7e3d37f8ac2016fa132 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 1 Jun 2012 21:17:36 +0000 Subject: Remove unused default-abi definition in Makeconfig. --- Makeconfig | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index df7545f..cba5db7 100644 --- a/Makeconfig +++ b/Makeconfig @@ -797,13 +797,8 @@ ifeq (yes, $(build-shared)) # defines abi-$(variant)-condition to be the condition for those options # to use in a C #if condition. abi-includes may be defined to a list of # headers to include in the generated header, if the default does not -# suffice. - -ifdef abi-variants -ifndef default-abi -default-abi = $(firstword $(abi-variants)) -endif -endif +# suffice. default-abi is defined to be the ABI for the current glibc +# build. ifndef abi-includes abi-includes := bits/wordsize.h -- cgit v1.1