diff options
author | lloyd <[email protected]> | 2012-05-25 18:13:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-05-25 18:13:57 +0000 |
commit | d9ce2edc929218b5718b3f6747a17ecd3fdada7e (patch) | |
tree | 78484e0b9504b3e6eef8240f905a8b0818815901 /src/build-data/cc | |
parent | 88160a345b565b38ee497bb92cc3bead8c6d9200 (diff) |
Remove targets clang doesn't actually support
Diffstat (limited to 'src/build-data/cc')
-rw-r--r-- | src/build-data/cc/clang.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index 8e6108d4a..0a692e9aa 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -39,13 +39,7 @@ westmere -> "-march=corei7 -maes" all -> "-pthread" x86_64 -> "-m64" -mips64 -> "-mabi=64" -s390 -> "-m31" -s390x -> "-m64" -sparc32 -> "-m32 -mno-app-regs" -sparc64 -> "-m64 -mno-app-regs" ppc64 -> "-m64" netbsd -> "-D_NETBSD_SOURCE" -qnx -> "-fexceptions -D_QNX_SOURCE" </mach_abi_linking> |