diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-08-18 00:40:33 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-08-18 00:40:33 +0000 |
commit | 90e17e787fa175a4f1d6d0bcde00af027f2ade72 (patch) | |
tree | 5fb06fb0690eee26762269cdd3de6d2badc11c65 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 2e9e3c3316706e45e7ef4c3470596b6edda3a5b0 (diff) | |
download | llvm-90e17e787fa175a4f1d6d0bcde00af027f2ade72.zip llvm-90e17e787fa175a4f1d6d0bcde00af027f2ade72.tar.gz llvm-90e17e787fa175a4f1d6d0bcde00af027f2ade72.tar.bz2 |
The attached patches attempt to fix cross builds. For example, if you
try to use i686-darwin to build for arm-eabi, you'll quickly run into
several false assumptions that the target OS must be the same as the
host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to
help builds like "make check" and the test-suite able to cross
compile. Along the way a target of *-unknown-eabi is defined as
"Freestanding" so that TARGET_OS checks have something to work with.
Patch by Sandeep Patel!
llvm-svn: 79296
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions