From: Felix Fietkau Date: Fri, 8 Dec 2006 16:30:37 +0000 (+0000) Subject: fix jamvm compile on mips (#1031) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=961bcca8236533b736cae0cd7eb2369e2cc20267;ds=sidebyside fix jamvm compile on mips (#1031) SVN-Revision: 5725 --- diff --git a/lang/jamvm/patches/100-jamvm-mips.patch b/lang/jamvm/patches/100-jamvm-mips.patch index 8feebc4f7a..960dc6ed8f 100644 --- 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 -@@ -0,0 +1,70 @@ +@@ -0,0 +1,69 @@ +/* + * Copyright (C) 2003, 2004, 2005 Robert Lougher . + * @@ -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 -+#include + +/* Override default min and max heap sizes. mips machines are + usually embedded, and the standard defaults are too large. */