diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-07 16:56:47 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-07 16:56:47 +0000 |
commit | cdc255ec9fc13cd710230759b3af274b7c96b362 (patch) | |
tree | 26dc343eaca86ce8cce32581228d9c6ed4115af8 /virtual | |
parent | c4f623c6cf6c4a1a80acc5e2a2b757dcfb63ae44 (diff) |
glibc depends on virtual/${TARGET_PREFIX}gcc-initial which is provided either by gcc-cross-initial or (when using external toolchain) by toolchain-external.oe
BKrev: 407432cfYXRYO4dSPn2bE8Sd_qNRiA
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/toolchain-external.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/virtual/toolchain-external.oe b/virtual/toolchain-external.oe index e69de29bb2..34bbd41338 100644 --- a/virtual/toolchain-external.oe +++ b/virtual/toolchain-external.oe @@ -0,0 +1,5 @@ +DESCRIPTION = "The GNU cc and gcc C compilers." +LICENSE = "GPL" +MAINTAINER = "Greg Gilbert <greg@treke.net>" + +PROVIDES = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}gcc-initial" |