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 876048 Details for
Bug 1077862
Add ppc64le support to nar-maven-plugin
[?]
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]
ppc64le support
0001-Adding-ppc64le-support-to-nar-maven-plugin.patch (text/plain), 3.78 KB, created by
Brent Baude
on 2014-03-18 17:59:25 UTC
(
hide
)
Description:
ppc64le support
Filename:
MIME Type:
Creator:
Brent Baude
Created:
2014-03-18 17:59:25 UTC
Size:
3.78 KB
patch
obsolete
>From 3e004ce393c82da22a3d29619312e7867b0f176c Mon Sep 17 00:00:00 2001 >From: Brent Baude <baude@us.ibm.com> >Date: Tue, 18 Mar 2014 12:57:38 -0500 >Subject: [PATCH] Adding ppc64le support to nar-maven-plugin > >--- > nar-maven-plugin.spec | 8 +++++++- > ppc64le-support.patch | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 57 insertions(+), 1 deletion(-) > create mode 100644 ppc64le-support.patch > >diff --git a/nar-maven-plugin.spec b/nar-maven-plugin.spec >index 6635b59..4ba3d08 100644 >--- a/nar-maven-plugin.spec >+++ b/nar-maven-plugin.spec >@@ -1,6 +1,6 @@ > Name: nar-maven-plugin > Version: 3.0.0 >-Release: 4%{dist} >+Release: 5%{dist} > Summary: Native ARchive plugin for Maven > License: ASL 2.0 and LGPLv2 > URL: https://github.com/maven-nar/nar-maven-plugin/ >@@ -9,6 +9,7 @@ Source1: http://www.apache.org/licenses/LICENSE-2.0.txt > > Patch0: 0001-Add-support-for-handling-the-RPM_OPT_FLAGS-variable-.patch > Patch1: 0002-Added-ARM-support.patch >+Patch99: ppc64le-support.patch > > BuildRequires: maven-plugins-pom > BuildRequires: maven-local >@@ -42,6 +43,7 @@ This package contains the API documentation for %{name}. > > %patch0 -p1 > %patch1 -p1 >+%patch99 -p1 > > # Remove bundled stuff > rm -rf src/it/it0006-jni-3rdparty/src/nar/resources/aol >@@ -69,6 +71,10 @@ rm src/main/java/com/github/maven_nar/NarIntegrationTestMojo.java > %doc README.md LICENSE-2.0.txt > > %changelog >+* Tue Mar 18 2014 Brent Baude <baude@us.ibm.com> - 3.0.0-5 >+- Add ppc64le support >+- Fixes rhbz#1077862 >+ > * Fri Jan 24 2014 Marek Goldmann <mgoldman@redhat.com> - 3.0.0-4 > - Fixed (hopefully) ARM support > >diff --git a/ppc64le-support.patch b/ppc64le-support.patch >new file mode 100644 >index 0000000..33c16fb >--- /dev/null >+++ b/ppc64le-support.patch >@@ -0,0 +1,50 @@ >+diff -Naur nar-maven-plugin-nar-maven-plugin-3.0.0.orig/src/main/resources/com/github/maven_nar/aol.properties nar-maven-plugin-nar-maven-plugin-3.0.0/src/main/resources/com/github/maven_nar/aol.properties >+--- nar-maven-plugin-nar-maven-plugin-3.0.0.orig/src/main/resources/com/github/maven_nar/aol.properties 2014-03-18 10:35:02.140004517 -0500 >++++ nar-maven-plugin-nar-maven-plugin-3.0.0/src/main/resources/com/github/maven_nar/aol.properties 2014-03-18 11:03:31.870004742 -0500 >+@@ -600,6 +600,46 @@ >+ arm.Linux.gcc.jni.extension=so >+ >+ # >++# PPC64LE >++# >++ppc64le.Linux.linker=g++ >++ >++ppc64le.Linux.gpp.cpp.compiler=g++ >++ppc64le.Linux.gpp.cpp.defines=Linux GNU_GCC >++ppc64le.Linux.gpp.cpp.options=-c -fPIC -pthread -fexceptions -O2 -fno-strict-aliasing -fno-omit-frame-pointer -Wall -Wextra >++ppc64le.Linux.gpp.cpp.includes=**/*.cc **/*.cpp **/*.cxx >++ppc64le.Linux.gpp.cpp.excludes= >++ >++ppc64le.Linux.gpp.c.compiler=gcc >++ppc64le.Linux.gpp.c.defines=ARM LINUX >++ppc64le.Linux.gpp.c.options=-Wall -Wno-long-long -Wpointer-arith -Wconversion -fPIC >++ppc64le.Linux.gpp.c.includes=**/*.c >++ppc64le.Linux.gpp.c.excludes= >++ >++# options for gcc linker front end >++ppc64le.Linux.gpp.linker.options=-shared -shared-libgcc -fPIC -fexceptions >++ppc64le.Linux.gpp.linker.sysLibs=stdc++ >++ppc64le.Linux.gpp.linker.libs= >++ >++ppc64le.Linux.gpp.java.include=include;include/linux >++ppc64le.Linux.gpp.java.runtimeDirectory=jre/lib/ppc64le/client >++ >++ppc64le.Linux.gpp.lib.prefix=lib >++ppc64le.Linux.gpp.shared.prefix=lib >++ppc64le.Linux.gpp.static.extension=a >++ppc64le.Linux.gpp.shared.extension=so >++ppc64le.Linux.gpp.plugin.extension=so >++ppc64le.Linux.gpp.jni.extension=so >++ppc64le.Linux.gpp.executable.extension= >++ >++# FIXME to be removed when NAR-6 >++ppc64le.Linux.gcc.static.extension=a >++ppc64le.Linux.gcc.shared.extension=so* >++ppc64le.Linux.gcc.plugin.extension=so >++ppc64le.Linux.gcc.jni.extension=so >++ >++ >++# >+ # MacOSX ("Mac OS X" => MacOSX) PowerPC >+ # >+ ppc.MacOSX.linker=g++ >-- >1.9.0 >
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 1077862
: 876048