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 160609 Details for
Bug 242206
Review Request: arm-gp2x-linux-gcc - Cross Compiling GNU GCC targeted at arm-gp2x-linux
[?]
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]
The specfile patch for gcc-4.1.2-gcc_eh.patch
arm-gp2x-linux-gcc.spec.diff (text/plain), 1.61 KB, created by
Kevin Kofler
on 2007-08-03 13:09:07 UTC
(
hide
)
Description:
The specfile patch for gcc-4.1.2-gcc_eh.patch
Filename:
MIME Type:
Creator:
Kevin Kofler
Created:
2007-08-03 13:09:07 UTC
Size:
1.61 KB
patch
obsolete
>--- arm-gp2x-linux-gcc.spec.orig 2007-06-01 13:36:32.000000000 +0200 >+++ arm-gp2x-linux-gcc.spec 2007-08-03 14:34:04.000000000 +0200 >@@ -1,13 +1,13 @@ > %define target arm-gp2x-linux > %define glibcversion 2.3.6 >-%define bootstrap 1 >+%define bootstrap 0 > > Name: %{target}-gcc > Version: 4.1.2 >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: Cross Compiling GNU GCC targeted at %{target} > Group: Development/Languages >-License: GPL >+License: GPLv2+ > URL: http://gcc.gnu.org/ > Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-core-%{version}.tar.bz2 > %if !%{bootstrap} >@@ -19,6 +19,7 @@ > Source3: README.fedora > Patch0: arm-linux-soft-float.patch > Patch1: gcc40-cross-build-fixes.patch >+Patch2: gcc-4.1.2-gcc_eh.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n) > BuildRequires: %{target}-binutils zlib-devel > Requires: %{target}-binutils >@@ -56,7 +57,10 @@ > pushd gcc-%{version} > %patch0 -p1 > %patch1 -p1 >-sed -i 's/VERSUFFIX ""/VERSUFFIX " (Fedora %{version}-%{release})"/' \ >+%if !%{bootstrap} >+%patch2 -p1 >+%endif >+sed -i 's/VERSUFFIX ""/VERSUFFIX " (Fedora GP2X %{version}-%{release})"/' \ > gcc/version.c > contrib/gcc_update --touch > popd >@@ -186,6 +190,12 @@ > > > %changelog >+* Fri Aug 3 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.2-6 >+- Disable bootstrap >+- Add "GP2X" to VERSUFFIX >+- Link C++ against -lgcc_eh to fix undefined references >+- Specify GPL version in License tag >+ > * Thu May 31 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 4.1.2-5 > - Merge in avr-gcc cross compile changes >
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 242206
:
160608
| 160609