Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 992326 Details for
Bug 1193178
RHEL7.2 - ghc_arches and ocaml_arches not up to date for ppc64le/aarch64
Home
New
Search
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.rh90 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]
add ppc64le epel 7 support in redhat-rpm-config macros
redhat-rpm-config-9.1.0-epel.patch (text/plain), 1.49 KB, created by
Menanteau Guy
on 2015-02-16 18:53:55 UTC
(
hide
)
Description:
add ppc64le epel 7 support in redhat-rpm-config macros
Filename:
MIME Type:
Creator:
Menanteau Guy
Created:
2015-02-16 18:53:55 UTC
Size:
1.49 KB
patch
obsolete
>--- redhat-rpm-config-9.1.0/macros.ghc-srpm.ori 2015-02-16 12:13:10.591580182 -0600 >+++ redhat-rpm-config-9.1.0/macros.ghc-srpm 2015-02-16 12:22:57.401601373 -0600 >@@ -1,3 +1,8 @@ >-# macro defining the archs that ghc runs on in fedora >-%ghc_arches %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 s390x >+# Macros needed for building srpms of Haskell packages >+ >+# ghci is currently only supported on the following archs > %ghc_arches_with_ghci %{ix86} x86_64 ppc sparcv9 armv7hl armv5tel >+ >+# ghc_arches is not used in current packages but still here for back compat >+# old archs: alpha sparcv9 >+%ghc_arches %{ix86} x86_64 ppc ppc64 ppc64le armv7hl armv5tel aarch64 s390 s390x >--- redhat-rpm-config-9.1.0/macros.ocaml-srpm.ori 2015-02-16 12:13:27.801580842 -0600 >+++ redhat-rpm-config-9.1.0/macros.ocaml-srpm 2015-02-16 12:20:21.861595888 -0600 >@@ -1,2 +1,10 @@ >-# arches that ocaml runs on >-%ocaml_arches alpha %{arm} %{ix86} ia64 x86_64 ppc sparc sparcv9 ppc64 >+# Note that OCaml is compiled on all architectures. However >+# on some (rare) architectures, only bytecode compilation is >+# available. Use these macros to find out if native code >+# compilation is available on a particular architecture. >+ >+# Architectures that support the OCaml native code compiler. >+%ocaml_native_compiler aarch64 %{arm} %{ix86} ppc ppc64 ppc64le sparc sparcv9 x86_64 >+ >+# Architectures that support native dynamic linking of OCaml code. >+%ocaml_natdynlink aarch64 %{arm} %{ix86} ppc ppc64 ppc64le sparc sparcv9 x86_64
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 1193178
:
992326
|
1103452