summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index c56f28edba..4ebe39c37a 100755
--- a/tools/configure
+++ b/tools/configure
@@ -573,7 +573,8 @@ sed > Makefile \
573 -e "s,@SIMVER@,${simver},g" \ 573 -e "s,@SIMVER@,${simver},g" \
574 -e "s,@GCCVER@,${gccver},g" \ 574 -e "s,@GCCVER@,${gccver},g" \
575 -e "s,@GCCNUM@,${gccnum},g" \ 575 -e "s,@GCCNUM@,${gccnum},g" \
576<<EOF 576 -e "s,@UNAME@,${uname},g" \
577<<EOF
577## Automaticly generated. http://www.rockbox.org/ 578## Automaticly generated. http://www.rockbox.org/
578 579
579export ROOTDIR=@ROOTDIR@ 580export ROOTDIR=@ROOTDIR@
@@ -612,6 +613,7 @@ export SIMDIR=\$(ROOTDIR)/uisimulator/\$(SIMVER)
612export LDOPTS=@LDOPTS@ 613export LDOPTS=@LDOPTS@
613export GCCVER=@GCCVER@ 614export GCCVER=@GCCVER@
614export GCCNUM=@GCCNUM@ 615export GCCNUM=@GCCNUM@
616export UNAME=@UNAME@
615 617
616.PHONY: all clean tags zip 618.PHONY: all clean tags zip
617 619