From 8135dba368333e9112c9610f75427df23bbea8a4 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 17 Mar 2015 21:05:20 +0100 Subject: crossgcc: jump to crossgcc path before building the toolchain We use paths relative to that in the buildgcc script. Change-Id: I2b79c3d2c75088af7e8e362d18a38274352eb965 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/8713 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/crossgcc/buildgcc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/crossgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index ceb1d1d4f1..07cc1f0c4e 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -20,6 +20,8 @@ # Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA # +cd `dirname $0` + CROSSGCC_DATE="March 8th, 2015" CROSSGCC_VERSION="1.27" -- cgit v1.2.3