mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
do not build valgrind for non-i386
This commit is contained in:
parent
b1f39829cd
commit
06d2c51856
@ -72,7 +72,11 @@ $(TARGET_DIR)/usr/bin/valgrind: $(VALGRIND_DIR)/coregrind/valgrind.so
|
|||||||
#cp $(VALGRIND_DIR)/woody.supp $(TARGET_DIR)/usr/lib/valgrind/
|
#cp $(VALGRIND_DIR)/woody.supp $(TARGET_DIR)/usr/lib/valgrind/
|
||||||
touch -c $(TARGET_DIR)/usr/bin/valgrind
|
touch -c $(TARGET_DIR)/usr/bin/valgrind
|
||||||
|
|
||||||
|
ifeq ($(ARCH),i386)
|
||||||
valgrind: $(TARGET_DIR)/usr/bin/valgrind
|
valgrind: $(TARGET_DIR)/usr/bin/valgrind
|
||||||
|
else
|
||||||
|
valgrind:
|
||||||
|
endif
|
||||||
|
|
||||||
valgrind-clean:
|
valgrind-clean:
|
||||||
$(MAKE) -C $(VALGRIND_DIR) clean
|
$(MAKE) -C $(VALGRIND_DIR) clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user