public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/qemu-kvm/files: qemu-kvm-1.0-fix-qemu-system-ppc.patch
@ 2012-01-22 20:56 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2012-01-22 20:56 UTC (permalink / raw
  To: gentoo-commits

slyfox      12/01/22 20:56:30

  Added:                qemu-kvm-1.0-fix-qemu-system-ppc.patch
  Log:
  Fix build failure of qemu-system-ppc* targets.
  
  (Portage version: 2.2.0_alpha84_p18/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-emulation/qemu-kvm/files/qemu-kvm-1.0-fix-qemu-system-ppc.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-kvm/files/qemu-kvm-1.0-fix-qemu-system-ppc.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-kvm/files/qemu-kvm-1.0-fix-qemu-system-ppc.patch?rev=1.1&content-type=text/plain

Index: qemu-kvm-1.0-fix-qemu-system-ppc.patch
===================================================================
Fix the following build failure:
  LINK  ppc64-softmmu/qemu-system-ppc64
../libhw64/i8259.o: In function `pic_read_irq':
/tmp/portage/app-emulation/qemu-kvm-1.0/work/qemu-kvm-1.0/hw/i8259.c:240: undefined reference to `timer_acks'
/tmp/portage/app-emulation/qemu-kvm-1.0/work/qemu-kvm-1.0/hw/i8259.c:240: undefined reference to `timer_acks'
/tmp/portage/app-emulation/qemu-kvm-1.0/work/qemu-kvm-1.0/hw/i8259.c:241: undefined reference to `timer_ints_to_push'
/tmp/portage/app-emulation/qemu-kvm-1.0/work/qemu-kvm-1.0/hw/i8259.c:242: undefined reference to `timer_ints_to_push'
/tmp/portage/app-emulation/qemu-kvm-1.0/work/qemu-kvm-1.0/hw/i8259.c:242: undefined reference to `timer_ints_to_push'
diff --git a/Makefile.target b/Makefile.target
index 0b610ad..d8b1740 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -275,7 +275,7 @@ obj-ppc-y += virtex_ml507.o
 obj-ppc-$(CONFIG_KVM) += kvm_ppc.o
 obj-ppc-$(CONFIG_FDT) += device_tree.o
 # PowerPC OpenPIC
-obj-ppc-y += openpic.o
+obj-ppc-y += openpic.o i8254.o
 
 # Xilinx PPC peripherals
 obj-ppc-y += xilinx_intc.o






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-22 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-22 20:56 [gentoo-commits] gentoo-x86 commit in app-emulation/qemu-kvm/files: qemu-kvm-1.0-fix-qemu-system-ppc.patch Sergei Trofimovich (slyfox)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox