summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-11 23:04:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-11 23:04:22 +0000
commit83db7615daa10a67592c0145ebadefa78c8a1f55 (patch)
tree829c538793c6d27ab913ff22565940d622a540ae /tools/configure
parentaf56130a4ac0a046caff495a7ee570e914e4450b (diff)
downloadrockbox-83db7615daa10a67592c0145ebadefa78c8a1f55.tar.gz
rockbox-83db7615daa10a67592c0145ebadefa78c8a1f55.zip
set MEMORYSIZE in simulator builds too for better simulation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5921 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 788dcfef54..939976597c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -108,6 +108,7 @@ sed > Makefile \
108 -e "s,@TARGET@,${target},g" \ 108 -e "s,@TARGET@,${target},g" \
109 -e "s,@PLUGINS@,${plugins},g" \ 109 -e "s,@PLUGINS@,${plugins},g" \
110 -e "s,@SIMVER@,${simver},g" \ 110 -e "s,@SIMVER@,${simver},g" \
111 -e "s,@MEMORY@,${memory},g" \
111<<EOF 112<<EOF
112## Automaticly generated. http://rockbox.haxx.se 113## Automaticly generated. http://rockbox.haxx.se
113 114
@@ -127,6 +128,7 @@ export TARGET=@TARGET@
127export LANGUAGE=@LANGUAGE@ 128export LANGUAGE=@LANGUAGE@
128export VERSION=\$(shell date +%y%m%d-%H%M) 129export VERSION=\$(shell date +%y%m%d-%H%M)
129export ENABLEDPLUGINS=@PLUGINS@ 130export ENABLEDPLUGINS=@PLUGINS@
131export MEMORYSIZE=@MEMORY@
130 132
131.PHONY: 133.PHONY:
132 134