mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Fix libc-abis handling for add-ons.
This commit is contained in:
parent
2e7c805d5e
commit
8824d4aa66
@ -1,3 +1,7 @@
|
||||
2010-04-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* Makerules (libc-abis): Fix search for libc-abis in add-ons.
|
||||
|
||||
2010-04-05 Thomas Schwinge <thomas@schwinge.name>
|
||||
|
||||
* sysdeps/gnu/unwind-resume.c: New, moved from nptl/sysdeps/pthread/.
|
||||
|
@ -111,7 +111,8 @@ endif # $(versioning) = yes
|
||||
|
||||
ifndef avoid-generated
|
||||
before-compile := $(common-objpfx)libc-abis.h $(before-compile)
|
||||
libc-abis := $(firstword $(wildcard $(foreach D,$(add-ons), $(..)libc-abis)) \
|
||||
libc-abis := $(firstword $(wildcard $(foreach D,$(add-ons), \
|
||||
$(..)$D/libc-abis)) \
|
||||
libc-abis)
|
||||
$(common-objpfx)libc-abis.h: $(..)scripts/gen-libc-abis $(libc-abis)
|
||||
$(SHELL) $(..)scripts/gen-libc-abis \
|
||||
|
Loading…
Reference in New Issue
Block a user