[PATCH] D22415: Enable cross-compilation across architectures on android
Francis Ricci via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 15 10:48:39 PDT 2016
fjricci updated this revision to Diff 64165.
fjricci added a comment.
Fix whitespace
https://reviews.llvm.org/D22415
Files:
lib/builtins/CMakeLists.txt
Index: lib/builtins/CMakeLists.txt
===================================================================
--- lib/builtins/CMakeLists.txt
+++ lib/builtins/CMakeLists.txt
@@ -412,7 +412,7 @@
STATIC
ARCHS ${arch}
SOURCES ${${arch}_SOURCES}
- CFLAGS ${maybe_stdc99}
+ CFLAGS ${maybe_stdc99} ${CMAKE_C_FLAGS}
PARENT_TARGET builtins)
endif ()
endforeach ()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22415.64165.patch
Type: text/x-patch
Size: 539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160715/ba9a94dc/attachment.bin>
More information about the llvm-commits
mailing list