diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-19 13:03:25 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-19 13:03:25 +0000 |
commit | 8997c7132b2f2c681a25869862787bbfcb2a1baf (patch) | |
tree | 7f15448c06eb96a1115fe9c1ae31e81c65822f39 /packages/gcc/gcc-cross_4.1-20060217.bb | |
parent | 378b7ec5b0c5dd38ec0d7d4e69c4078e6c22acca (diff) | |
parent | 4085ace5b4bea5cfbf73db10fdadc05b68108afa (diff) |
merge of '1df6d041b2c60bf99f158bc629911c2bd43cb76b'
and 'f5f0e13e97c221bdaa5281f17bf2ce322fc3ea4b'
Diffstat (limited to 'packages/gcc/gcc-cross_4.1-20060217.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1-20060217.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/gcc/gcc-cross_4.1-20060217.bb b/packages/gcc/gcc-cross_4.1-20060217.bb deleted file mode 100644 index d2dc240126..0000000000 --- a/packages/gcc/gcc-cross_4.1-20060217.bb +++ /dev/null @@ -1,16 +0,0 @@ -require gcc_${PV}.bb -# path mangling, needed by the cross packaging -require gcc-paths-cross.inc -inherit cross -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" -# NOTE: split PR. If the main .oe changes something that affects its *build* -# remember to increment this one too. -PR = "r1" - -DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" -PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" - -# cross build -require gcc3-build-cross.inc -# cross packaging -require gcc-package-cross.inc |