Fix libc-abis handling for add-ons.

This commit is contained in:
Joseph Myers 2010-04-06 17:32:29 -07:00 committed by Ulrich Drepper
parent 2e7c805d5e
commit 8824d4aa66
2 changed files with 6 additions and 1 deletions

View File

@ -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/.

View File

@ -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 \