Changes between Version 3 and Version 4 of Fuchsia


Ignore:
Timestamp:
Jun 28, 2018, 12:55:57 AM (6 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Fuchsia

    v3 v4  
    77== Building ==
    88
    9 Create a CMake toolchain file, similar to the following:
     9Create a CMake toolchain file named `x86_64-fuchsia.toolchain.cmake`, similar to the following:
    1010
    1111{{{
     
    1717set(CMAKE_C_COMPILER /path/to/bin/clang)
    1818set(CMAKE_CXX_COMPILER /path/to/bin/clang++)
     19set(CMAKE_AR /path/to/bin/llvm-ar CACHE FILEPATH "Archiver")
    1920}}}
    2021