From 57ce975cfbe36b2ad1ab7236d8fd5c51835d7220 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 17 Mar 2009 20:53:02 +0000 Subject: When rockboxdev.sh temporarily adds $bindir to the PATH (so the gcc build can find the matching binutils), put it at the start, just in case the user has an old (and incompatible) target-binutils around. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20346 a1c6a512-1295-4272-9138-f99709370657 --- tools/rockboxdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/rockboxdev.sh') diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 9b7878ffc1..079c8c5c0e 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -295,7 +295,7 @@ $make echo "ROCKBOXDEV: binutils/make install to $prefix/$target" $make install cd .. # get out of build-binu -PATH="${PATH}:$bindir" +PATH="$bindir:${PATH}" SHELL=/bin/sh # seems to be needed by the gcc build in some cases echo "ROCKBOXDEV: mkdir build-gcc" -- cgit v1.2.3