diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig index 9c7df17ffd..73cae78aed 100644 --- a/Makeconfig +++ b/Makeconfig @@ -380,6 +380,14 @@ else link-libc = $(common-objpfx)libc.a $(gnulib) $(common-objpfx)libc.a endif endif + +# We have a versioning file for libc.so. We must define this here since +# otherwise in the subdirs this definition is not available and a rebuild +# of libc.so happens without versioning. +ifndef libc-map +libc-map = libc.map +endif + ifndef link-extra-libs ifeq (yes,$(build-shared)) ifneq ($(common-objpfx),$(objpfx)) |