[RICHED20]

* Fall back to gas with some source files until http://llvm.org/bugs/show_bug.cgi?id=19027 is fixed.
CORE-8516

svn path=/trunk/; revision=64107
This commit is contained in:
Amine Khaldi
2014-09-10 16:03:22 +00:00
parent fa4b180304
commit e40fc3d65f
@@ -33,6 +33,11 @@ else()
list(APPEND SOURCE txthost.c txtsrv.c)
endif()
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
#FIXME: http://llvm.org/bugs/show_bug.cgi?id=19027
set_property(SOURCE txthost.c txtsrv.c APPEND_STRING PROPERTY COMPILE_FLAGS " -no-integrated-as")
endif()
list(APPEND ADDITIONAL_SOURCE
version.rc
${CMAKE_CURRENT_BINARY_DIR}/riched20.def)