|
@@ -66,7 +66,7 @@ endif
|
|
# Actual copy
|
|
# Actual copy
|
|
$(STAMP_DIR)/ct-ng-toolchain-installed: $(STAMP_DIR)/ct-ng-toolchain-built
|
|
$(STAMP_DIR)/ct-ng-toolchain-installed: $(STAMP_DIR)/ct-ng-toolchain-built
|
|
$(Q)mkdir -p $(TARGET_DIR)/lib
|
|
$(Q)mkdir -p $(TARGET_DIR)/lib
|
|
- $(Q)CTNG_TUPLE="$$( $(call ctng,show-tuple) )"; \
|
|
|
|
|
|
+ $(Q)CTNG_TUPLE="$$( $(call ctng,show-tuple 2>&1) )"; \
|
|
CTNG_SYSROOT="$(HOST_DIR)/usr/$${CTNG_TUPLE}/sysroot"; \
|
|
CTNG_SYSROOT="$(HOST_DIR)/usr/$${CTNG_TUPLE}/sysroot"; \
|
|
echo "CTNG_TUPLE='$${CTNG_TUPLE}'"; \
|
|
echo "CTNG_TUPLE='$${CTNG_TUPLE}'"; \
|
|
echo "CTNG_SYSROOT='$${CTNG_SYSROOT}'"; \
|
|
echo "CTNG_SYSROOT='$${CTNG_SYSROOT}'"; \
|