do not build valgrind for non-i386

This commit is contained in:
Eric Andersen 2003-11-01 05:59:43 +00:00
parent b1f39829cd
commit 06d2c51856

View File

@ -72,7 +72,11 @@ $(TARGET_DIR)/usr/bin/valgrind: $(VALGRIND_DIR)/coregrind/valgrind.so
#cp $(VALGRIND_DIR)/woody.supp $(TARGET_DIR)/usr/lib/valgrind/
touch -c $(TARGET_DIR)/usr/bin/valgrind
ifeq ($(ARCH),i386)
valgrind: $(TARGET_DIR)/usr/bin/valgrind
else
valgrind:
endif
valgrind-clean:
$(MAKE) -C $(VALGRIND_DIR) clean