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 144759 Details for
Bug 158458
gcc-gnat on ppc disabled
[?]
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]
bootstrap patch for specfile
ada-bootstrap.patch (text/plain), 1.91 KB, created by
David Woodhouse
on 2007-01-04 00:54:00 UTC
(
hide
)
Description:
bootstrap patch for specfile
Filename:
MIME Type:
Creator:
David Woodhouse
Created:
2007-01-04 00:54:00 UTC
Size:
1.91 KB
patch
obsolete
>Index: gcc41.spec >=================================================================== >RCS file: /cvs/dist/rpms/gcc/devel/gcc41.spec,v >retrieving revision 1.134 >retrieving revision 1.134.2.3 >diff -u -p -r1.134 -r1.134.2.3 >--- gcc41.spec 3 Jan 2007 19:15:15 -0000 1.134 >+++ gcc41.spec 4 Jan 2007 00:43:36 -0000 1.134.2.3 >@@ -1,7 +1,7 @@ > %define _unpackaged_files_terminate_build 0 > %define multilib_64_archs sparc64 ppc64 s390x x86_64 > %define include_gappletviewer 1 >-%ifarch %{ix86} x86_64 ia64 >+%ifarch %{ix86} x86_64 ia64 ppc > %define build_ada 1 > %else > %define build_ada 0 >@@ -32,6 +33,7 @@ Source0: gcc-%{version}-%{DATE}.tar.bz2 > Source1: libgcc_post_upgrade.c > Source2: README.libgcjwebplugin.so > Source3: protoize.1 >+Source4: gcc-gnat-4.1.1-47.ppc.tar.gz > URL: http://gcc.gnu.org > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root > # Need binutils with -pie support >= 2.14.90.0.4-4 >@@ -58,8 +60,10 @@ BuildRequires: /lib/libc.so.6 /usr/lib/l > %endif > %if %{build_ada} > # Ada requires Ada to build >+%ifnarch ppc > BuildRequires: gcc-gnat >= 3.1, libgnat >= 3.1 > %endif >+%endif > %ifarch ia64 > BuildRequires: libunwind >= 0.98 > %endif >@@ -506,6 +510,9 @@ if [ -d libstdc++-v3/config/abi/sparc64- > rm -rf libstdc++-v3/config/abi/sparc64-linux-gnu/32 > fi > %endif >+%ifarch ppc >+tar xfz %SOURCE4 >+%endif > > %build > >@@ -543,6 +550,11 @@ EOF > CC=`pwd`/gcc64 > fi > %endif >+%ifarch ppc >+ CC=`pwd`/../usr/bin/gcc >+ export PATH=`pwd`/../usr/bin:$PATH >+ export LD_LIBRARY_PATH=`pwd`/../usr/lib >+%endif > OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'` > case "$OPT_FLAGS" in > *-fasynchronous-unwind-tables*) >@@ -1545,6 +1557,9 @@ fi > %doc rpm.doc/changelogs/libmudflap/ChangeLog* > > %changelog >+* Wed Jan 4 2007 David Woodhouse <dwmw2@redhat.com> 4.1.1-50.ada >+- Build with ADA on PowerPC >+ > * Wed Jan 3 2007 Jakub Jelinek <jakub@redhat.com> 4.1.1-50 > - backwards compatibility with old layout of struct _Unwind_Context > (#220627)
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 158458
: 144759