Bug 138655 - patch to qemu-user that allows build with gcc4 on ppc
Bug#: 138655 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: lu_zero@gentoo.org Reported By: david.gurvich@verizon.net
Component: Ebuilds
URL: 
Summary: patch to qemu-user that allows build with gcc4 on ppc
Keywords:  
Status Whiteboard: 
Opened: 2006-06-30 22:05 0000
Description:   Opened: 2006-06-30 22:05 0000
The following patch is taken from the debian qemu_0.8.0-1.diff meta patch.  In
combination with the other patches already in portage it allows qemu to be
built on ppc with gcc4.

------- Comment #1 From David Gurvich 2006-06-30 22:07:41 0000 -------
Created an attachment (id=90586) [details]
patches ppc.ld for _SDA_BASE missing error

------- Comment #2 From David Gurvich 2006-06-30 22:22:20 0000 -------
The diff does not apply cleanly to qemu-softmmu, so I copied ppc.ld from
qemu-user.  Am not sure why the two versions are different as both use
qemu-0.8.1 for source.

------- Comment #3 From Luca Barbato 2006-07-01 01:03:58 0000 -------
Looks saner that hacking base value as we are doing right now, still, are you
sure the gcc4 built qemu works then?

------- Comment #4 From Luca Barbato 2006-08-18 06:56:21 0000 -------
patch applied, I reject the gcc4 claims for now.