The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=13960 
====================================================================== 
Reported By:                Lebedev Roman
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13960
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-02-27 14:36 EST
Last Modified:              2013-02-27 14:36 EST
====================================================================== 
Summary:                    Building of Darktable master by clang fails
Description: 
dev-util/cmake-2.8.10.2-r2
sys-devel/clang, sys-devel/llvm checked out from trunk on 11:00:56 PM 02/27/2013

Steps to Reproduce: 
This command doesn't works: CC=clang CXX=clang++ CFLAGS="-O0 -flto"
CXXFLAGS="${CFLAGS}" CPPFLAGS="${CFLAGS}" cmake ../ &>build.log; make -i -k -j7
VERBOSE=1 &>>build.log
But this one does: CC=clang CXX=clang++ CFLAGS="-O0 -flto" CXXFLAGS="${CFLAGS}"
CPPFLAGS="${CFLAGS}" cmake -D_CMAKE_TOOLCHAIN_PREFIX=x86_64-pc-linux-gnu- ../
&>build.log; make -i -k -j7 VERBOSE=1 &>>build.log
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-02-27 14:36 Lebedev Roman  New Issue                                    
2013-02-27 14:36 Lebedev Roman  File Added: CMakeCXXCompiler-bad.cmake          
         
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to