All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm tools] bug: rbtree.o build rule?
       [not found] ` <1305553006-20637-2-git-send-email-levinsasha928@gmail.com>
@ 2011-05-18 12:35   ` Ingo Molnar
  0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2011-05-18 12:35 UTC (permalink / raw)
  To: Sasha Levin
  Cc: penberg, asias.hejun, prasadjoshi124, gorcunov, KVM devel mailing list


something i just noticed, rbtree.o is built in the kernel directory:

  CC       ../../lib/rbtree.o

that's Not Nice (tm) (we should never modify the kernel's objects) and it can 
also cause problems like this when having a 32-bit tree built already:

  /usr/bin/ld: i386 architecture of input file `../../lib/rbtree.o' is incompatible with i386:x86-64 output
  collect2: ld returned 1 exit status

Is there a reason why kvm does not do what perf does and build its own 
rbtree.o?

Thanks,

	Ingo

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

only message in thread, other threads:[~2011-05-18 12:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1305553006-20637-1-git-send-email-levinsasha928@gmail.com>
     [not found] ` <1305553006-20637-2-git-send-email-levinsasha928@gmail.com>
2011-05-18 12:35   ` [kvm tools] bug: rbtree.o build rule? Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.