[coreboot-gerrit] Patch merged into coreboot/master: 4270a97 buildgcc: Fix msys2 crossgcc build fail

gerrit at coreboot.org gerrit at coreboot.org
Mon Dec 15 16:49:44 CET 2014


the following patch was just integrated into master:
commit 4270a9777cc4319cf6e33594f30f2069dc4060c8
Author: Scott Duplichan <scott at notabs.org>
Date:   Fri Dec 12 20:21:40 2014 -0600

    buildgcc: Fix msys2 crossgcc build fail
    
    A leading double slash can result when $DESTDIR/$TARGETDIR is expanded
    in the libelf portion of buildgcc. The leading double slash causes buildgcc to fail when run from Windows/Msys2. Replace $DESTDIR/$TARGETDIR
    with $DESTDIR$TARGETDIR to avoid the problem.
    
    Change-Id: Ide2bae41c07c1566f80104c3a2e2acab53de0d17
    Signed-off-by: Scott Duplichan <scott at notabs.org>
    Reviewed-on: http://review.coreboot.org/7788
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Tested-by: build bot (Jenkins)
    Reviewed-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>


See http://review.coreboot.org/7788 for details.

-gerrit



More information about the coreboot-gerrit mailing list