Skip to content

Commit

Permalink
ports/llvm: A host-cmake is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jan 16, 2024
1 parent cbd6c89 commit e12439a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
4 changes: 2 additions & 2 deletions build-support/CMakeToolchain.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(CMAKE_SYSTEM_NAME Vinix)
set(CMAKE_SYSTEM_NAME UnixPaths)

set(CMAKE_FIND_ROOT_PATH $ENV{XBSTRAP_SYSROOT_DIR})
set(CMAKE_FIND_ROOT_PATH /sysroot)

set(CMAKE_C_COMPILER x86_64-vinix-gcc)
set(CMAKE_CXX_COMPILER x86_64-vinix-g++)
Expand Down
18 changes: 0 additions & 18 deletions host-recipes/cmake

This file was deleted.

4 changes: 2 additions & 2 deletions recipes/llvm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version=14.0.6
revision=1
tarball_url="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz"
tarball_blake2b="ee67c5407df8cef493b9c0004f15e428f22a536a17e5f4e3eb29a003b8a8ec0abe0fa3e072591161d5f30ef7d8867c1ce34d1b341ad858e93c00263499941a99"
imagedeps="gcc ninja python git"
hostdeps="gcc cmake pkg-config"
imagedeps="gcc ninja python git cmake"
hostdeps="gcc pkg-config"
deps="core-libs zlib"

build() {
Expand Down
4 changes: 0 additions & 4 deletions source-recipes/cmake

This file was deleted.

0 comments on commit e12439a

Please sign in to comment.