]> granicus.if.org Git - clang/commit
Revert "Support cross linking to arm on ubuntu."
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 28 Oct 2013 23:14:34 +0000 (23:14 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 28 Oct 2013 23:14:34 +0000 (23:14 +0000)
commit9a478245aecf58ca4e68ed629a840a74437e0ec1
tree22f01c8683b383cdd79244e720ba154d726b28d5
parent5794b53ad5b38b53c9eaf3a172354e63081ceb2f
Revert "Support cross linking to arm on ubuntu."

This reverts commit r193528 (and fixes).

It broke Chandler's setup.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193554 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
lib/Driver/ToolChains.cpp
test/Driver/Inputs/fedora_18_tree/etc/redhat-release [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/etc/debian_version [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/lib/.keep [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/usr/arm-linux-gnueabi/lib/crt1.o [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/usr/arm-linux-gnueabi/lib/crti.o [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/usr/arm-linux-gnueabi/lib/crtn.o [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/usr/arm-linux-gnueabihf/lib/crt1.o [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/usr/arm-linux-gnueabihf/lib/crti.o [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/usr/arm-linux-gnueabihf/lib/crtn.o [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/crtbegin.o [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/crtend.o [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/crtbegin.o [deleted file]
test/Driver/Inputs/x86-64_ubuntu_13.10/usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/crtend.o [deleted file]
test/Driver/cross-linux.c
test/Driver/linux-ld.c