FreeBSD Bugzilla – Attachment 240568 Details for
Bug 269947
devel/root: Fix configure on powerpc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch configure step of ROOT on powerpc
devel_root01.diff (text/plain), 1.17 KB, created by
Erik Jensen
on 2023-03-03 19:30:45 UTC
(
hide
)
Description:
Patch configure step of ROOT on powerpc
Filename:
MIME Type:
Creator:
Erik Jensen
Created:
2023-03-03 19:30:45 UTC
Size:
1.17 KB
patch
obsolete
>diff --git a/devel/root/files/patch-cmake_modules_SetUpLinux.cmake b/devel/root/files/patch-cmake_modules_SetUpLinux.cmake >index a222e7c5f3..e0ff27d262 100644 >--- a/devel/root/files/patch-cmake_modules_SetUpLinux.cmake >+++ b/devel/root/files/patch-cmake_modules_SetUpLinux.cmake >@@ -1,6 +1,6 @@ >---- cmake/modules/SetUpLinux.cmake.orig 2022-11-16 10:35:46 UTC >+--- cmake/modules/SetUpLinux.cmake.orig 2023-02-13 15:21:06 UTC > +++ cmake/modules/SetUpLinux.cmake >-@@ -6,7 +6,7 @@ set(ROOT_PLATFORM linux) >+@@ -6,7 +6,7 @@ > > set(ROOT_PLATFORM linux) > >@@ -9,6 +9,15 @@ > if(CMAKE_CXX_COMPILER_ID STREQUAL Intel) > set(ROOT_ARCHITECTURE linuxx8664icc) > else() >+@@ -23,7 +23,7 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES aarch64) >+ set(ROOT_ARCHITECTURE linuxarm64) >+ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES arm) >+ set(ROOT_ARCHITECTURE linuxarm) >+-elseif(CMAKE_SYSTEM_PROCESSOR MATCHES ppc64) >++elseif(CMAKE_SYSTEM_PROCESSOR MATCHES ppc64 OR CMAKE_SYSTEM_PROCESSOR MATCHES powerpc64) >+ set(ROOT_ARCHITECTURE linuxppc64gcc) >+ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES s390x) >+ set(ROOT_ARCHITECTURE linuxs390xgcc) > @@ -103,6 +103,10 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL Clang) > endif() >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269947
: 240568