at 15.09-beta 19 lines 581 B view raw
1diff --git a/js/src/Makefile.in b/js/src/Makefile.in 2index a85e055..92ef441 100644 3--- a/js/src/Makefile.in 4+++ b/js/src/Makefile.in 5@@ -580,14 +580,6 @@ check-valgrind:: 6 $(check-sync-dirs) $(srcdir)/build $(MOZ_SYNC_BUILD_FILES)/build 7 endif 8 9-# The "find any vanilla new/new[] calls" script is tailored to Linux, so 10-# only run it there. That should be enough to catch any such calls that 11-# creep in. 12-ifeq ($(OS_ARCH),Linux) 13-check:: 14- $(srcdir)/config/find_vanilla_new_calls $(LIBRARY) 15-endif 16- 17 ifdef ENABLE_TRACEJIT 18 ifndef WINCE 19 JITFLAGS = ,m,j,mj,mjp,am,amj,amjp,amd