mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
mpc: ensure mpfr/gmp are built before mpc
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6d3342e415
commit
df3f8bb35a
@ -6,7 +6,7 @@ config BR2_PACKAGE_LIBMPC
|
|||||||
Mpc is a C library for the arithmetic of complex numbers with
|
Mpc is a C library for the arithmetic of complex numbers with
|
||||||
arbitrarily high precision and correct rounding of the result.
|
arbitrarily high precision and correct rounding of the result.
|
||||||
It is built upon and follows the same principles as Mpfr.
|
It is built upon and follows the same principles as Mpfr.
|
||||||
|
|
||||||
http://www.multiprecision.org/
|
http://www.multiprecision.org/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#libmpc: libgmp libmpfr $(TARGET_DIR)/usr/lib/libmpc$(LIBTGTEXT)
|
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
# mpc
|
# mpc
|
||||||
@ -60,7 +58,7 @@ ifeq ($(BR2_PACKAGE_LIBMPC_HEADERS),y)
|
|||||||
cp -dpf $(STAGING_DIR)/usr/include/mpc.h $(TARGET_DIR)/usr/include/
|
cp -dpf $(STAGING_DIR)/usr/include/mpc.h $(TARGET_DIR)/usr/include/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libmpc: $(TARGET_DIR)/usr/lib/libmpc$(LIBTGTEXT)
|
libmpc: libgmp libmpfr $(TARGET_DIR)/usr/lib/libmpc$(LIBTGTEXT)
|
||||||
stage-libmpc: $(STAGING_DIR)/usr/lib/$(MPC_BINARY)
|
stage-libmpc: $(STAGING_DIR)/usr/lib/$(MPC_BINARY)
|
||||||
|
|
||||||
libmpc-clean:
|
libmpc-clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user