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 1457817 Details for
Bug 1599744
Add ARC to cross-binutils
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 support of ARC architecture in cross-binutils
cross-binutils-arc.patch (text/plain), 2.27 KB, created by
Alexey Brodkin
on 2018-07-10 13:16:17 UTC
(
hide
)
Description:
Add support of ARC architecture in cross-binutils
Filename:
MIME Type:
Creator:
Alexey Brodkin
Created:
2018-07-10 13:16:17 UTC
Size:
2.27 KB
patch
obsolete
>diff --git a/cross-binutils.spec b/cross-binutils.spec >index 6892d7e86e9c..b044ba33f662 100644 >--- a/cross-binutils.spec >+++ b/cross-binutils.spec >@@ -4,6 +4,7 @@ > %global build_all 1 > %global build_aarch64 %{build_all} > %global build_alpha %{build_all} >+%global build_arc %{build_all} > %global build_arm %{build_all} > %global build_avr32 %{build_all} > %global build_blackfin %{build_all} >@@ -64,7 +65,7 @@ > Summary: A GNU collection of cross-compilation binary utilities > Name: %{cross}-binutils > Version: 2.30 >-Release: 3%{?dist} >+Release: 4%{?dist} > License: GPLv3+ > Group: Development/Tools > URL: https://sourceware.org/binutils >@@ -352,6 +353,7 @@ Cross-build binary image generation, manipulation and query tools. \ > %endif > > %do_package alpha-linux-gnu %{build_alpha} >+%do_package arc-linux-gnu %{build_arc} > %do_package arm-linux-gnu %{build_arm} > %do_package aarch64-linux-gnu %{build_aarch64} > %do_package avr32-linux-gnu %{build_avr32} >@@ -485,6 +487,7 @@ function prep_target () { > cd .. > ( > prep_target alpha-linux-gnu %{build_alpha} >+ prep_target arc-linux-gnu %{build_arc} > prep_target arm-linux-gnu %{build_arm} > prep_target aarch64-linux-gnu %{build_aarch64} > prep_target avr32-linux-gnu %{build_avr32} >@@ -549,6 +552,7 @@ function config_target () { > build_dir=${1%%%%-*} > > case $arch in >+ arc-*) target=arc-linux-gnu;; > arm-*) target=arm-linux-gnueabi;; > aarch64-*) target=aarch64-linux-gnu;; > avr32-*) target=avr-linux;; >@@ -856,6 +860,7 @@ cd - > %endif > > %do_files alpha-linux-gnu %{build_alpha} >+%do_files arc-linux-gnu %{build_arc} > %do_files arm-linux-gnu %{build_arm} > %do_files aarch64-linux-gnu %{build_aarch64} > %do_files avr32-linux-gnu %{build_avr32} >@@ -898,6 +903,9 @@ cd - > %do_files xtensa-linux-gnu %{build_xtensa} > > %changelog >+* Tue Jul 10 2018 Alexey Brodkin <abrodkin@synopsys.com> - 2.30-4 >+- Add support for ARC architecture >+ > * Thu Jun 28 2018 David Howells <dhowells@redhat.com> - 2.30-3 > - Fix ppc* symlink packages inclusion of files from the powerpc* packages. > - Sync with binutils-2.30-24.
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 1599744
: 1457817