From: nbd Date: Fri, 8 Dec 2006 16:30:37 +0000 (+0000) Subject: fix jamvm compile on mips (#1031) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=7a0ea3cbfce98ea07aec7786fa8de93cd3deddad;p=packages.git fix jamvm compile on mips (#1031) git-svn-id: svn://svn.openwrt.org/openwrt/packages@5725 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/jamvm/patches/100-jamvm-mips.patch b/lang/jamvm/patches/100-jamvm-mips.patch index 8feebc4f7..960dc6ed8 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. */