[coreboot-gerrit] New patch to review for coreboot: 41dbfca crossgcc: jump to crossgcc path before building the toolchain

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Mar 17 21:06:45 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8713

-gerrit

commit 41dbfca6727c451890ecfb971c775a491a7f981b
Author: Patrick Georgi <pgeorgi at google.com>
Date:   Tue Mar 17 21:05:20 2015 +0100

    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 <pgeorgi at google.com>
---
 util/crossgcc/buildgcc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index ceb1d1d..07cc1f0 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"
 



More information about the coreboot-gerrit mailing list