test-release.sh: Add a way to specify --build to configure
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 4 Dec 2014 17:15:35 +0000 (17:15 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 4 Dec 2014 17:15:35 +0000 (17:15 +0000)
commit86bf88145b8552bdec88e6d0538b7afedf825c0c
treefe241e2b54070e2116215d3a91d7fdda345e91db
parent3f598f77bd9ab51485fdb939345bbb865f7c2f9c
test-release.sh: Add a way to specify --build to configure

Summary:
I currently have to specify --build=mips-linux-gnu or --build=mipsel-linux-gnu
to configure in order to successfully recurse a 32-bit build of the compiler on
my mips64-linux-gnu and mips64el-linux-gnu targets. This is a bug and will be
fixed but in the meantime it will be useful to have a way to work around this.

Reviewers: tstellarAMD

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D6522

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223369 91177308-0d34-0410-b5e6-96231b3b80d8
utils/release/test-release.sh