gcc-cross-initial.inc: Blindly inserted powerpc as the architecture that also DEPENDS...
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Sun, 9 Mar 2008 21:33:45 +0000 (21:33 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Sun, 9 Mar 2008 21:33:45 +0000 (21:33 +0000)
packages/gcc/gcc-cross-initial.inc

index 2165bf2..d572247 100644 (file)
@@ -1,5 +1,6 @@
 DEPENDS = "virtual/${TARGET_PREFIX}binutils"
-DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}"
+# @todo Please add comment on why this is (still?) needed?
+DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel', 'powerpc']]}"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial"
 PACKAGES = ""