Changes between Initial Version and Version 1 of Ticket #1588, comment 10


Ignore:
Timestamp:
Dec 31, 2012, 1:12:30 AM (11 years ago)
Author:
Julian Ospald

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1588, comment 10

    initial v1  
    1 alpha12 does not compile with clang
     1alpha12 does not compile with clang-3.2
     2
     3# clang --version
     4clang version 3.2 (tags/RELEASE_32/final)
     5Target: x86_64-pc-linux-gnu
     6Thread model: posix
     7
     8# cat /etc/portage/env/clang
     9FEATURES="-ccache -buildpkg -distcc -splitdebug"
     10USE="clang"
     11CC=clang
     12CXX=clang++
     13CFLAGS="-march=core2 -O3 -Wall"
     14CXXFLAGS="${CFLAGS}"