diff options
author | Tim Northover <tnorthover@apple.com> | 2014-01-21 12:38:02 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-01-21 12:38:02 +0000 |
commit | bea1cafde8fd44cadd23b0b182313b6aa3f03cb1 (patch) | |
tree | 6fddad0a5b2424d6b6ef4fd0ddfbe1de3b543791 /llvm/lib | |
parent | 20494ca293a0b96e354f9557c204caedd678f8d2 (diff) | |
download | bcm5719-llvm-bea1cafde8fd44cadd23b0b182313b6aa3f03cb1.tar.gz bcm5719-llvm-bea1cafde8fd44cadd23b0b182313b6aa3f03cb1.zip |
Macho-embedded: update build script for newer Clang behaviour.
Clang now uses the *-apple-macho triples for embedded targets using MachO. The
environment makes less pretences to be running an actual Mach kernel with all
the support that would imply, so a few changes are needed to the build scripts:
+ The Apple way of detecting endianness applies in all cases so drop the
__MACH__ test.
+ A quick rename since "darwin_embedded" no longer makes any sense. If there's
no Mach going on, there's certainly no Darwin.
+ Change how we test for support for a platform. The functions we build don't
need any SDK support (stdio.h, ...) so we don't need to check for it.
llvm-svn: 199731
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions