From b3d2017057a47b1a5863d4e18e8d3eaf6a2fb63a Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 10 Nov 2006 20:44:46 +0000 Subject: 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 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure') 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 -- cgit v1.2.3