mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
binutils: depend on static version of gmp/mpfr
This commit is contained in:
parent
5dac2c31e2
commit
3c1aa51227
@ -55,8 +55,8 @@ BINUTILS_NO_MPFR:=y
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef BINUTILS_NO_MPFR
|
ifndef BINUTILS_NO_MPFR
|
||||||
BINUTILS_HOST_PREREQ:=$(TOOL_BUILD_DIR)/gmp/lib/libgmp$(HOST_SHREXT) \
|
BINUTILS_HOST_PREREQ:=$(TOOL_BUILD_DIR)/gmp/lib/libgmp$(HOST_LIBEXT) \
|
||||||
$(TOOL_BUILD_DIR)/mpfr/lib/libmpfr$(HOST_SHREXT)
|
$(TOOL_BUILD_DIR)/mpfr/lib/libmpfr$(HOST_LIBEXT)
|
||||||
|
|
||||||
BINUTILS_TARGET_PREREQ:=$(TARGET_DIR)/usr/lib/libgmp$(LIBTGTEXT) \
|
BINUTILS_TARGET_PREREQ:=$(TARGET_DIR)/usr/lib/libgmp$(LIBTGTEXT) \
|
||||||
$(TARGET_DIR)/usr/lib/libmpfr$(LIBTGTEXT)
|
$(TARGET_DIR)/usr/lib/libmpfr$(LIBTGTEXT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user