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 161413 Details for
Bug 247466
gdb src.rpm won't build in ppc32/ppc64 environment
[?]
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]
Backported fix.
gdb-6.5-gdbserver-ppcbi-link.patch (text/plain), 799 bytes, created by
Jan Kratochvil
on 2007-08-15 23:31:58 UTC
(
hide
)
Description:
Backported fix.
Filename:
MIME Type:
Creator:
Jan Kratochvil
Created:
2007-08-15 23:31:58 UTC
Size:
799 bytes
patch
obsolete
>2006-07-22 Daniel Jacobowitz <dan@codesourcery.com> > > * Makefile.in (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS). > >--- ./gdb/gdbserver/Makefile.in 30 May 2006 15:57:09 -0000 1.36 >+++ ./gdb/gdbserver/Makefile.in 23 Jul 2006 03:52:15 -0000 1.37 >@@ -176,12 +177,12 @@ clean-info: > > gdbserver: $(OBS) ${ADD_DEPS} ${CDEPS} > rm -f gdbserver >- ${CC-LD} $(GLOBAL_CFLAGS) $(INTERNAL_LDFLAGS) -o gdbserver $(OBS) \ >+ ${CC-LD} $(INTERNAL_CFLAGS) $(INTERNAL_LDFLAGS) -o gdbserver $(OBS) \ > $(GDBSERVER_LIBS) $(XM_CLIBS) > > gdbreplay: gdbreplay.o > rm -f gdbreplay >- ${CC-LD} $(GLOBAL_CFLAGS) $(INTERNAL_LDFLAGS) -o gdbreplay gdbreplay.o \ >+ ${CC-LD} $(INTERNAL_CFLAGS) $(INTERNAL_LDFLAGS) -o gdbreplay gdbreplay.o \ > $(XM_CLIBS) > > # Put the proper machine-specific files first, so M-. on a machine
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 247466
:
158776
| 161413