diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index 34450ea..b06e0a7 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -990,6 +990,9 @@ localplt-built-dso := $(addprefix $(common-objpfx),\ resolv/libresolv.so \ crypt/libcrypt.so \ ) +ifeq ($(build-mathvec),yes) +localplt-built-dso += $(addprefix $(common-objpfx), mathvec/libmvec.so) +endif ifeq ($(have-thread-library),yes) localplt-built-dso += $(filter-out %_nonshared.a, $(shared-thread-library)) endif |