patch-js_src_Makefile_in 445 B

1234567891011
  1. --- mozilla-release.orig/js/src/Makefile.in 2011-07-08 03:15:23.000000000 +0200
  2. +++ mozilla-release/js/src/Makefile.in 2011-07-29 15:50:36.000000000 +0200
  3. @@ -391,7 +391,7 @@ CPPSRCS += checks.cc \
  4. # END enclude sources for V8 dtoa
  5. #############################################
  6. -ifeq (,$(filter-out powerpc sparc,$(TARGET_CPU)))
  7. +ifeq (,$(filter arm %86 x86_64,$(TARGET_CPU)))
  8. VPATH += $(srcdir)/assembler \
  9. $(srcdir)/assembler/wtf \