mirror of git://sourceware.org/git/glibc.git
Remove unused default-abi definition in Makeconfig.
This commit is contained in:
parent
402fe938f6
commit
88a4576f50
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-06-01 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* Makeconfig [abi-variants && !default-abi] (default-abi): Remove
|
||||||
|
definition. Document in comment.
|
||||||
|
|
||||||
2012-06-01 David S. Miller <davem@davemloft.net>
|
2012-06-01 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
* stdlib/longlong.h: Updated from GCC.
|
* stdlib/longlong.h: Updated from GCC.
|
||||||
|
|
|
||||||
|
|
@ -797,13 +797,8 @@ ifeq (yes, $(build-shared))
|
||||||
# defines abi-$(variant)-condition to be the condition for those options
|
# 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
|
# 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
|
# headers to include in the generated header, if the default does not
|
||||||
# suffice.
|
# suffice. default-abi is defined to be the ABI for the current glibc
|
||||||
|
# build.
|
||||||
ifdef abi-variants
|
|
||||||
ifndef default-abi
|
|
||||||
default-abi = $(firstword $(abi-variants))
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifndef abi-includes
|
ifndef abi-includes
|
||||||
abi-includes := bits/wordsize.h
|
abi-includes := bits/wordsize.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue