aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey2/files/patch-mozilla-js-src-configure
blob: d5dec00651c81aff34e412b0dbfa58c7af95dd04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- mozilla/js/src/configure.orig	2009-09-17 16:34:18.000000000 +0200
+++ mozilla/js/src/configure	2009-09-17 16:34:46.000000000 +0200
@@ -6916,10 +6916,6 @@
     ENABLE_JIT=1
     NANOJIT_ARCH=ARM
     ;;
-sparc*-*)
-    ENABLE_JIT=1
-    NANOJIT_ARCH=Sparc
-    ;;
 esac
 
 # Check whether --enable-jit or --disable-jit was given.