mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
20 lines
581 B
Diff
20 lines
581 B
Diff
diff --git a/js/src/Makefile.in b/js/src/Makefile.in
|
|
index a85e055..92ef441 100644
|
|
--- a/js/src/Makefile.in
|
|
+++ b/js/src/Makefile.in
|
|
@@ -580,14 +580,6 @@ check-valgrind::
|
|
$(check-sync-dirs) $(srcdir)/build $(MOZ_SYNC_BUILD_FILES)/build
|
|
endif
|
|
|
|
-# The "find any vanilla new/new[] calls" script is tailored to Linux, so
|
|
-# only run it there. That should be enough to catch any such calls that
|
|
-# creep in.
|
|
-ifeq ($(OS_ARCH),Linux)
|
|
-check::
|
|
- $(srcdir)/config/find_vanilla_new_calls $(LIBRARY)
|
|
-endif
|
|
-
|
|
ifdef ENABLE_TRACEJIT
|
|
ifndef WINCE
|
|
JITFLAGS = ,m,j,mj,mjp,am,amj,amjp,amd
|