summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-11-10 20:44:46 +0000
committerJens Arnold <amiconn@rockbox.org>2006-11-10 20:44:46 +0000
commitb3d2017057a47b1a5863d4e18e8d3eaf6a2fb63a (patch)
tree48f288d44453baa9b72f74122cf7024a6457a9bd
parent616945590df2c646518bc3a8ca7a43100163a9e0 (diff)
downloadrockbox-b3d2017057a47b1a5863d4e18e8d3eaf6a2fb63a.tar.gz
rockbox-b3d2017057a47b1a5863d4e18e8d3eaf6a2fb63a.zip
Changed the filename for determining the firmware root dir, as crt0.S no longer exists. We need a less tree dependent check....
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11506 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 06fe30d91d..00f0d4dcd0 100755
--- a/tools/configure
+++ b/tools/configure
@@ -529,7 +529,7 @@ if [ -z "$rootdir" ]; then
# Figure out where the source code root is!
#
- firmfile="crt0.S" # a file to check for in the firmware root dir
+ firmfile="app.lds" # a file to check for in the firmware root dir
for dir in . .. ../.. ../rockbox*; do
if [ -f $dir/firmware/$firmfile ]; then