diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-03-09 21:33:45 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-03-09 21:33:45 +0000 |
commit | 5c273d8da59d44996e476ce32bd2cbfe8832b96e (patch) | |
tree | a75fbe22d00cd42905b84f4aa5d194e13c421e33 /packages/gcc | |
parent | 962778bb4a82cf4e251c304c50229dd40eb33878 (diff) |
gcc-cross-initial.inc: Blindly inserted powerpc as the architecture that also DEPENDS on libc-initial. Please review.
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc-cross-initial.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross-initial.inc b/packages/gcc/gcc-cross-initial.inc index 2165bf22ce..d5722473cf 100644 --- a/packages/gcc/gcc-cross-initial.inc +++ b/packages/gcc/gcc-cross-initial.inc @@ -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 = "" |