]> git.lizzy.rs Git - rust.git/commit
configure: Fix cross-compiling LLVM for realz
authorAlex Crichton <alex@alexcrichton.com>
Wed, 29 Jun 2016 16:05:18 +0000 (09:05 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 29 Jun 2016 16:05:18 +0000 (09:05 -0700)
commit213f1638d96d404ff0b14a8196962f4cf0991926
treee249f062e5a2c9fbe5b7d532569c600a66baba36
parent366de839ae9794411419c5b579c829e18adde613
configure: Fix cross-compiling LLVM for realz

Actually got it working this time, and it was again just a problem specifying
the llvm-tblgen binary. We need to point it at the $CFG_BUILD target's tblgen
and then we also needed to correct the path a bit.
configure