util: Add a script to help build cross compilers.
authorGabe Black <gabeblack@google.com>
Sun, 15 Mar 2020 10:17:32 +0000 (03:17 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 20 Mar 2020 00:54:41 +0000 (00:54 +0000)
commita1042b9c6a5aff85bb06a76a8e280b24c400b561
tree93169c3695be271c5fa31c433906fef91d434ebb
parentd70573f7d25534c0311529da24f9a5a77de6023d
util: Add a script to help build cross compilers.

Cross compilers are very useful when working with gem5. The how-to this
script is based on assumed the compiler was targeting linux, so there
isn't any support for compilers targeting other or no OS. That might be
possible to add in the future.

Change-Id: I2cb30ecbdd4c6292146ea64940348c24385046f9
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/26763
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/build_cross_gcc/build_cross_gcc.py [new file with mode: 0755]