diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-06-01 21:17:36 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-06-01 21:17:36 +0000 |
commit | 88a4576f50b0b7f71c28f7e3d37f8ac2016fa132 (patch) | |
tree | 9544d11e3915e889f121970f0d762389315ac5e8 /Makeconfig | |
parent | 402fe938f60c1f10700c8d0b673bf4a6dc2d1d40 (diff) | |
download | glibc-88a4576f50b0b7f71c28f7e3d37f8ac2016fa132.tar.gz glibc-88a4576f50b0b7f71c28f7e3d37f8ac2016fa132.tar.xz glibc-88a4576f50b0b7f71c28f7e3d37f8ac2016fa132.zip |
Remove unused default-abi definition in Makeconfig.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Makeconfig b/Makeconfig index df7545fd71..cba5db7d23 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 |