the following patch was just integrated into master: commit 163506a8f609ec2763b892f27e05983ad27a98fb Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Sat Feb 27 12:29:58 2016 -0800
buildgcc: Allow specifying destination directory
With this change you can say
$ make DEST=/opt/cross-1.35
to get all of the cross toolchain built and installed to /opt/cross-1.35
Change-Id: Icc3e605c4824bfa2831d030e4ed9dd0331ff722f Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Reviewed-on: https://review.coreboot.org/13847 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Martin Roth martinroth@google.com
See https://review.coreboot.org/13847 for details.
-gerrit