All of lore.kernel.org
 help / color / mirror / Atom feed
* gcc-cross-initial.inc DEPENDS on libc-initial, but why conditionally on TARGET_ARCH?
@ 2008-03-09 18:49 Leon Woestenberg
  2008-03-10 16:48 ` Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Leon Woestenberg @ 2008-03-09 18:49 UTC (permalink / raw)
  To: openembedded-devel

Hello,

OE toolchain question: any reason why the list below includes arm*,
mips* but nothing else?

gcc-cross-initial.inc:

DEPENDS = "virtual/${TARGET_PREFIX}binutils"
DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH',
d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}"
PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial"
PACKAGES = ""

(I'm tracking down a parallel make issue, this seems to cause/trigger
it as I build for powerpc).

Thanks,
-- 
Leon



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-03-11  1:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-09 18:49 gcc-cross-initial.inc DEPENDS on libc-initial, but why conditionally on TARGET_ARCH? Leon Woestenberg
2008-03-10 16:48 ` Koen Kooi
2008-03-10 17:56   ` Leon Woestenberg
2008-03-10 22:27     ` Richard Purdie
2008-03-10 23:01       ` Leon Woestenberg
2008-03-11  1:46         ` Koen Kooi

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.