From 83db7615daa10a67592c0145ebadefa78c8a1f55 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 11 Feb 2005 23:04:22 +0000 Subject: set MEMORYSIZE in simulator builds too for better simulation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5921 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configure b/tools/configure index 788dcfef54..939976597c 100755 --- a/tools/configure +++ b/tools/configure @@ -108,6 +108,7 @@ sed > Makefile \ -e "s,@TARGET@,${target},g" \ -e "s,@PLUGINS@,${plugins},g" \ -e "s,@SIMVER@,${simver},g" \ + -e "s,@MEMORY@,${memory},g" \ <