Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 616962
Collapse All | Expand All

(-)a/old/GenerateExportHeader.cmake (-1 / +1 lines)
Lines 164-170 macro(_test_compiler_hidden_visibility) Link Here
164
  if(CMAKE_COMPILER_IS_GNUCXX)
164
  if(CMAKE_COMPILER_IS_GNUCXX)
165
    exec_program(${CMAKE_C_COMPILER} ARGS --version
165
    exec_program(${CMAKE_C_COMPILER} ARGS --version
166
      OUTPUT_VARIABLE _gcc_version_info)
166
      OUTPUT_VARIABLE _gcc_version_info)
167
    string(REGEX MATCH "[345]\\.[0-9]\\.[0-9]"
167
    string(REGEX MATCH "[34567]\\.[0-9]\\.[0-9]"
168
      _gcc_version "${_gcc_version_info}")
168
      _gcc_version "${_gcc_version_info}")
169
    # gcc on mac just reports: "gcc (GCC) 3.3 20030304 ..." without the
169
    # gcc on mac just reports: "gcc (GCC) 3.3 20030304 ..." without the
170
    # patch level, handle this here:
170
    # patch level, handle this here:

Return to bug 616962