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 884551 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.
[patch]
ocaml.ppc64le.step1.patch
ocaml.ppc64le.step1.patch (text/plain), 2.02 KB, created by
Michel Normand
on 2014-04-09 15:28:38 UTC
(
hide
)
Description:
ocaml.ppc64le.step1.patch
Filename:
MIME Type:
Creator:
Michel Normand
Created:
2014-04-09 15:28:38 UTC
Size:
2.02 KB
patch
obsolete
>From 7ef9ce3a9e31149949201f126742143b6e20f2d7 Mon Sep 17 00:00:00 2001 >From: Michel Normand <normand@linux.vnet.ibm.com> >Date: Tue, 18 Mar 2014 09:15:47 -0400 >Subject: [PATCH] add ppc64le archi > >first step is to support bytecode compiler > >Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com> > >diff --git a/config/gnu/config.guess b/config/gnu/config.guess >index 8152efd..db6d2fd 100755 >--- a/config/gnu/config.guess >+++ b/config/gnu/config.guess >@@ -967,6 +967,9 @@ EOF > ppc64:Linux:*:*) > echo powerpc64-unknown-linux-gnu > exit ;; >+ ppc64le:Linux:*:*) >+ echo powerpc64le-unknown-linux-gnu >+ exit ;; > ppc:Linux:*:*) > echo powerpc-unknown-linux-gnu > exit ;; >diff --git a/configure b/configure >index 9b02664..ff33895 100755 >--- a/configure >+++ b/configure >@@ -695,6 +695,7 @@ case "$host" in > fi;; > i[3456]86-*-gnu*) arch=i386; system=gnu;; > powerpc64-*-linux*) arch=power64; model=ppc64; system=elf;; >+ powerpc64le-*-linux*) arch=power64le; model=ppc64le; system=elf;; > powerpc*-*-linux*) arch=power; model=ppc; system=elf;; > powerpc-*-netbsd*) arch=power; model=ppc; system=elf;; > powerpc-*-openbsd*) arch=power; model=ppc; system=bsd_elf;; >@@ -720,10 +721,11 @@ esac > # Some platforms exist both in 32-bit and 64-bit variants, not distinguished > # by $host. Turn off native code compilation on platforms where 64-bit mode > # is not supported. (PR#4441) >+# temporarily disable native-code for ppc64le > > if $arch64; then > case "$arch,$model" in >- sparc,default|power,ppc) >+ sparc,default|power,ppc|power64le,ppc64le) > arch=none; model=default; system=unknown;; > esac > fi >@@ -779,6 +781,8 @@ case "$arch,$model,$system" in > aspp='gcc -c';; > power64,*,elf) as='as -u -m ppc64' > aspp='gcc -c';; >+ power64le,*,elf) as='as -u -m ppc64' >+ aspp='gcc -c';; > power,*,rhapsody) as="as -arch $model" > aspp="$bytecc -c";; > sparc,*,solaris) as='as'
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 1077767
:
875956
| 884551 |
884552