FreeBSD Bugzilla – Attachment 240789 Details for
Bug 270152
devel/root: Fix configure on powerpc (little-endian)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch configure step of ROOT on powerpc64le
devel_root01.diff (text/plain), 782 bytes, created by
Erik Jensen
on 2023-03-12 11:40:35 UTC
(
hide
)
Description:
Patch configure step of ROOT on powerpc64le
Filename:
MIME Type:
Creator:
Erik Jensen
Created:
2023-03-12 11:40:35 UTC
Size:
782 bytes
patch
obsolete
>diff --git a/devel/root/files/patch-cmake_modules_SetUpLinux.cmake b/devel/root/files/patch-cmake_modules_SetUpLinux.cmake >index e0ff27d262..9e2fba9fe4 100644 >--- a/devel/root/files/patch-cmake_modules_SetUpLinux.cmake >+++ b/devel/root/files/patch-cmake_modules_SetUpLinux.cmake >@@ -14,7 +14,7 @@ > 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) >++elseif(CMAKE_SYSTEM_PROCESSOR MATCHES ppc64 OR CMAKE_SYSTEM_PROCESSOR MATCHES powerpc64 OR CMAKE_SYSTEM_PROCESSOR MATCHES powerpc64le) > set(ROOT_ARCHITECTURE linuxppc64gcc) > elseif(CMAKE_SYSTEM_PROCESSOR MATCHES s390x) > set(ROOT_ARCHITECTURE linuxs390xgcc)
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 270152
: 240789