projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
82b0d09
)
fix jamvm compile on mips (#1031)
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 Dec 2006 16:30:37 +0000
(16:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 Dec 2006 16:30:37 +0000
(16:30 +0000)
SVN-Revision: 5725
lang/jamvm/patches/100-jamvm-mips.patch
patch
|
blob
|
history
diff --git
a/lang/jamvm/patches/100-jamvm-mips.patch
b/lang/jamvm/patches/100-jamvm-mips.patch
index 8feebc4f7aa2fd7f4f9713754653ceb50dedc53c..960dc6ed8fba06d10be1112990c7ebe218e0e827 100644
(file)
--- a/
lang/jamvm/patches/100-jamvm-mips.patch
+++ b/
lang/jamvm/patches/100-jamvm-mips.patch
@@
-68,7
+68,7
@@
diff -urN jamvm-1.4.0-orig/src/arch/Makefile.in jamvm-1.4.0/src/arch/Makefile.in
diff -urN jamvm-1.4.0-orig/src/arch/mips.h jamvm-1.4.0/src/arch/mips.h
--- jamvm-1.4.0-orig/src/arch/mips.h 1970-01-01 01:00:00.000000000 +0100
+++ jamvm-1.4.0/src/arch/mips.h 2005-11-29 22:31:08.000000000 +0100
diff -urN jamvm-1.4.0-orig/src/arch/mips.h jamvm-1.4.0/src/arch/mips.h
--- jamvm-1.4.0-orig/src/arch/mips.h 1970-01-01 01:00:00.000000000 +0100
+++ jamvm-1.4.0/src/arch/mips.h 2005-11-29 22:31:08.000000000 +0100
-@@ -0,0 +1,
70
@@
+@@ -0,0 +1,
69
@@
+/*
+ * Copyright (C) 2003, 2004, 2005 Robert Lougher <rob@lougher.demon.co.uk>.
+ *
+/*
+ * Copyright (C) 2003, 2004, 2005 Robert Lougher <rob@lougher.demon.co.uk>.
+ *
@@
-92,7
+92,6
@@
diff -urN jamvm-1.4.0-orig/src/arch/mips.h jamvm-1.4.0/src/arch/mips.h
+#define OS_ARCH "mips"
+
+#include <bits/atomicity.h>
+#define OS_ARCH "mips"
+
+#include <bits/atomicity.h>
-+#include <asm/atomic.h>
+
+/* Override default min and max heap sizes. mips machines are
+ usually embedded, and the standard defaults are too large. */
+
+/* Override default min and max heap sizes. mips machines are
+ usually embedded, and the standard defaults are too large. */