Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:uncomfyhalomacro:branches:science
julia
llvm-set-libc-target-os-to-linux.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File llvm-set-libc-target-os-to-linux.patch of Package julia
diff -ruN a/libc/cmake/modules/LLVMLibCArchitectures.cmake b/libc/cmake/modules/LLVMLibCArchitectures.cmake --- a/libc/cmake/modules/LLVMLibCArchitectures.cmake 2023-12-08 21:54:23.000000000 +0800 +++ b/libc/cmake/modules/LLVMLibCArchitectures.cmake 2024-11-19 18:51:08.237834506 +0800 @@ -146,8 +146,7 @@ elseif(LIBC_TARGET_OS STREQUAL "windows") set(LIBC_TARGET_OS_IS_WINDOWS TRUE) else() - message(FATAL_ERROR - "Unsupported libc target operating system ${LIBC_TARGET_OS}") + set(LIBC_TARGET_OS_IS_LINUX TRUE) endif() diff -ruN a/libc/CMakeLists.txt b/libc/CMakeLists.txt --- a/libc/CMakeLists.txt 2023-12-08 21:54:23.000000000 +0800 +++ b/libc/CMakeLists.txt 2024-11-20 08:07:30.122356557 +0800 @@ -128,7 +128,7 @@ elseif(EXISTS "${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/entrypoints.txt") set(entrypoint_file "${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/entrypoints.txt") else() - message(FATAL_ERROR "entrypoints.txt file for the target platform '${LIBC_TARGET_OS}/${LIBC_TARGET_ARCHITECTURE}' not found.") + set(entrypoint_file "${LIBC_SOURCE_DIR}/config/linux/${LIBC_TARGET_ARCHITECTURE}/entrypoints.txt") endif() include(${entrypoint_file})
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor