patch-js_src_Makefile_in 437 B

1234567891011
  1. --- mozilla-2.0.orig/js/src/Makefile.in 2011-03-19 00:33:47.000000000 +0100
  2. +++ mozilla-2.0/js/src/Makefile.in 2011-04-24 19:54:11.707672834 +0200
  3. @@ -375,7 +375,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 \