mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
- pass target specific settings to configure when configuring for the target.
This commit is contained in:
parent
89657b0216
commit
66eb4c38a1
@ -31,6 +31,8 @@ $(GMP_DIR)/.unpacked: $(DL_DIR)/$(GMP_SOURCE)
|
|||||||
$(GMP_DIR)/.configured: $(GMP_DIR)/.unpacked
|
$(GMP_DIR)/.configured: $(GMP_DIR)/.unpacked
|
||||||
(cd $(GMP_DIR); rm -rf config.cache; \
|
(cd $(GMP_DIR); rm -rf config.cache; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
CC_FOR_BUILD="$(HOSTCC)" \
|
||||||
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
ac_cv_c_bigendian=$(GMP_BE) \
|
ac_cv_c_bigendian=$(GMP_BE) \
|
||||||
./configure \
|
./configure \
|
||||||
--host=$(REAL_GNU_TARGET_NAME) \
|
--host=$(REAL_GNU_TARGET_NAME) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user