forked from len0rd/rockbox
set MEMORYSIZE in simulator builds too for better simulation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5921 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
af56130a4a
commit
83db7615da
1 changed files with 2 additions and 0 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -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" \
|
||||
<<EOF
|
||||
## Automaticly generated. http://rockbox.haxx.se
|
||||
|
||||
|
@ -127,6 +128,7 @@ export TARGET=@TARGET@
|
|||
export LANGUAGE=@LANGUAGE@
|
||||
export VERSION=\$(shell date +%y%m%d-%H%M)
|
||||
export ENABLEDPLUGINS=@PLUGINS@
|
||||
export MEMORYSIZE=@MEMORY@
|
||||
|
||||
.PHONY:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue