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 884552 Details for
Bug 1077767
OCaml add ppc64le support to the compiler
[?]
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.
ocaml.spec.ppc64le.step1.patch
ocaml.spec.ppc64le.step1.patch (text/x-c), 2.59 KB, created by
Michel Normand
on 2014-04-09 15:29:37 UTC
(
hide
)
Description:
ocaml.spec.ppc64le.step1.patch
Filename:
MIME Type:
Creator:
Michel Normand
Created:
2014-04-09 15:29:37 UTC
Size:
2.59 KB
patch
obsolete
>From 430cd8dfff314711dc5ba2eb6f4ca2bae2764d5d Mon Sep 17 00:00:00 2001 >From: Michel Normand <normand@linux.vnet.ibm.com> >Date: Wed, 9 Apr 2014 10:53:45 -0400 >Subject: [PATCH] ocaml.spec add ppc64le arch bytecode compiler support > >to be committed with ocaml.ppc64le.step1.patch > >Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com> > >diff --git a/ocaml.spec b/ocaml.spec >index 2d1126a..cdde8d8 100644 >--- a/ocaml.spec >+++ b/ocaml.spec >@@ -43,6 +43,9 @@ Patch0010: 0010-Disable-ocamldoc-and-camlp4opt-aarch64-only.patch > Patch0011: 0011-arg-Add-no_arg-and-get_arg-helper-functions.patch > Patch0012: 0012-arg-Allow-flags-such-as-flag-arg-as-well-as-flag-arg.patch > >+# ppc64le patches >+Patch9999: ocaml.ppc64le.step1.patch >+ > BuildRequires: ncurses-devel > BuildRequires: gdbm-devel > BuildRequires: tcl-devel >@@ -77,7 +80,7 @@ Provides: ocaml(compiler) = %{version} > > # We can compile OCaml on just about anything, but the native code > # backend is only available on a subset of architectures. >-ExclusiveArch: aarch64 alpha %{arm} ia64 %{ix86} x86_64 ppc ppc64 sparc sparcv9 >+ExclusiveArch: aarch64 alpha %{arm} ia64 %{ix86} x86_64 ppc ppc64 ppc64le sparc sparcv9 > > %ifarch aarch64 %{arm} %{ix86} ppc ppc64 sparc sparcv9 x86_64 > %global native_compiler 1 >@@ -264,6 +267,9 @@ git am %{_sourcedir}/0010-Disable-ocamldoc-and-camlp4opt-aarch64-only.patch > git am %{_sourcedir}/0011-arg-Add-no_arg-and-get_arg-helper-functions.patch > git am %{_sourcedir}/0012-arg-Allow-flags-such-as-flag-arg-as-well-as-flag-arg.patch > >+%ifarch ppc64le >+git am %{_sourcedir}/ocaml.ppc64le.step1.patch </dev/null >+%endif > > %build > # make -jN (N > 1) breaks the build. Therefore we cannot use >@@ -273,7 +279,7 @@ unset MAKEFLAGS > # For ppc64 we need a larger stack than default to compile some files > # because the stages in the OCaml compiler are not mutually tail > # recursive. >-%ifarch ppc64 >+%ifarch ppc64 ppc64le > ulimit -a > ulimit -Hs 65536 > ulimit -Ss 65536 >@@ -386,8 +392,8 @@ fi > %if %{native_compiler} > %{_bindir}/ocamlopt > %{_bindir}/ocamlopt.opt >-%{_bindir}/ocamloptp > %endif >+%{_bindir}/ocamloptp > #%{_bindir}/ocamlplugininfo > %{_bindir}/ocamlprof > %{_bindir}/ocamlyacc >@@ -533,9 +539,9 @@ fi > %files docs > %doc refman.pdf htmlman > %{_infodir}/* >-%if %{native_compiler} >+#%if %{native_compiler} > %{_mandir}/man3/* >-%endif >+#%endif > > > %files emacs >@@ -559,6 +565,8 @@ fi > > > %changelog >+* Tue Apr 9 2014 Michel Normand <normand@linux.vnet.ibm.com> >+- add ppc64le archi but only with bytecode > * Tue Apr 1 2014 Richard W.M. Jones <rjones@redhat.com> - 4.01.0-11 > - Fix --flag=arg patch (thanks: Anton Lavrik, Ignas Vyšniauskas). >
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 Raw
Actions:
View
Attachments on
bug 1077767
:
875956
|
884551
| 884552