Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 873839 Details for
Bug 1075923
tog-pegasus porting to ppc64le architecture
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
tog-pegasus.ppc64le.patch
tog-pegasus.ppc64le.patch (text/plain), 1.80 KB, created by
Michel Normand
on 2014-03-13 08:34:59 UTC
(
hide
)
Description:
tog-pegasus.ppc64le.patch
Filename:
MIME Type:
Creator:
Michel Normand
Created:
2014-03-13 08:34:59 UTC
Size:
1.80 KB
patch
obsolete
>From 1e2c6b4eb63764547719b41507347334b80d17c4 Mon Sep 17 00:00:00 2001 >From: Michel Normand <normand@linux.vnet.ibm.com> >Date: Thu, 13 Mar 2014 02:51:51 -0500 >Subject: [PATCH] add ppc64le architecture > >TODO: This patch is a RFC patch, at least able to build with it >but did not do any test, so do not know if sufficient or not. > >Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com> > >diff --git a/pegasus_arch_alternatives b/pegasus_arch_alternatives >index 4bf8f5c..89e0168 100755 >--- a/pegasus_arch_alternatives >+++ b/pegasus_arch_alternatives >@@ -56,7 +56,7 @@ case $ARCH in > done; > exit 0; > ;; >- x86_64 | ppc64 | s390x | sparc64 ) >+ x86_64 | ppc64 | ppc64le | s390x | sparc64 ) > # continue > ;; > *) >diff --git a/pegasus_rpm_build_env.sh b/pegasus_rpm_build_env.sh >index 2962f67..57af0d9 100644 >--- a/pegasus_rpm_build_env.sh >+++ b/pegasus_rpm_build_env.sh >@@ -46,7 +46,7 @@ case ${RPM_ARCH} in > ppc) > export PEGASUS_PLATFORM=LINUX_PPC_GNU; > ;; >- ppc64|pseries) >+ ppc64|ppc64le|pseries) > export PEGASUS_PLATFORM=LINUX_PPC64_GNU; > ;; > s390) >diff --git a/rpm_build_env b/rpm_build_env >index ad8537a..d825b29 100644 >--- a/rpm_build_env >+++ b/rpm_build_env >@@ -27,7 +27,7 @@ case ${RPM_ARCH} in > ppc) > export PEGASUS_PLATFORM=LINUX_PPC_GNU; > ;; >- ppc64|pseries) >+ ppc64|ppc64le|pseries) > export PEGASUS_PLATFORM=LINUX_PPC64_GNU; > ;; > s390) >diff --git a/tog-pegasus.spec b/tog-pegasus.spec >index f20bca4..b5123ce 100644 >--- a/tog-pegasus.spec >+++ b/tog-pegasus.spec >@@ -152,6 +152,9 @@ The OpenPegasus WBEM tests for the OpenPegasus %{version} Linux rpm. > %ifarch ppc64 > %global PEGASUS_HARDWARE_PLATFORM LINUX_PPC64_GNU > %endif >+%ifarch ppc64le >+%global PEGASUS_HARDWARE_PLATFORM LINUX_PPC64_GNU >+%endif > %ifarch s390 > %global PEGASUS_HARDWARE_PLATFORM LINUX_ZSERIES_GNU > %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 1075923
: 873839