This is an archive of the discontinued LLVM Phabricator instance.

test-release.sh: Add a way to specify --build to configure
ClosedPublic

Authored by dsanders on Dec 4 2014, 3:13 AM.

Details

Summary

I currently have to specify --build=mips-linux-gnu or --build=mipsel-linux-gnu
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.

Diff Detail

Repository
rL LLVM

Event Timeline

dsanders updated this revision to Diff 16917.Dec 4 2014, 3:13 AM
dsanders retitled this revision from to test-release.sh: Add a way to specify --build to configure.
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a reviewer: tstellarAMD.
dsanders added a subscriber: Unknown Object (MLST).
dsanders closed this revision.Dec 4 2014, 9:16 AM
dsanders updated this revision to Diff 16932.

Closed by commit rL223369 (authored by @dsanders).