Bug 183268 - [CMake] configure failure for aarch64
Summary: [CMake] configure failure for aarch64
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-01 16:15 PST by Bhargava Sreekantappa Gayathri
Modified: 2018-03-01 17:03 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bhargava Sreekantappa Gayathri 2018-03-01 16:15:23 PST
We get this error when configuring on aarch64 machine: 

-- Performing Test CXX_COMPILER_SUPPORTS_-fcolor-diagnostics - Failed
 -- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always
 -- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always - Success
 CMake Error at Source/cmake/OptionsCommon.cmake:42 (WEBKIT_PREPEND_GLOBAL_COMPILER_FLAG):
   Unknown CMake command "WEBKIT_PREPEND_GLOBAL_COMPILER_FLAG".
 Call Stack (most recent call first):
   Source/cmake/WebKitCommon.cmake:58 (include)
   CMakeLists.txt:166 (include)
Comment 1 Michael Catanzaro 2018-03-01 16:33:46 PST
Oops, this is my fault.
Comment 2 Michael Catanzaro 2018-03-01 17:03:26 PST
Committed r229155: <https://trac.webkit.org/changeset/229155>