[PATCH] D54613: [CMake] Use the correct spelling for armv7 in Fuchsia's toolchain
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 15 20:12:35 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rC347021: [CMake] Use the correct spelling for armv7 in Fuchsia's toolchain (authored by phosek, committed by ).
Herald added a subscriber: cfe-commits.
Changed prior to commit:
https://reviews.llvm.org/D54613?vs=174318&id=174319#toc
Repository:
rC Clang
https://reviews.llvm.org/D54613
Files:
cmake/caches/Fuchsia-stage2.cmake
Index: cmake/caches/Fuchsia-stage2.cmake
===================================================================
--- cmake/caches/Fuchsia-stage2.cmake
+++ cmake/caches/Fuchsia-stage2.cmake
@@ -33,7 +33,7 @@
list(APPEND RUNTIME_TARGETS "default")
endif()
-foreach(target i386-linux-gnu;x86_64-linux-gnu;arm-linux-gnueabi;aarch64-linux-gnu)
+foreach(target aarch64-linux-gnu;armv7-linux-gnueabihf;i386-linux-gnu;x86_64-linux-gnu)
if(LINUX_${target}_SYSROOT)
# Set the per-target builtins options.
list(APPEND BUILTIN_TARGETS "${target}")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54613.174319.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181116/f5f2dcde/attachment.bin>
More information about the cfe-commits
mailing list