summaryrefslogtreecommitdiff
path: root/gcc/gcc-cross_3.4.0.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-19 11:56:34 +0000
committerChris Larson <clarson@kergoth.com>2004-11-19 11:56:34 +0000
commit735d6f32c4e801793c6dd269d70704ee2fe7ff39 (patch)
treefcaf77e70e69f63326367377de10e3e90cbdce83 /gcc/gcc-cross_3.4.0.oe
parentf13e4bd5fdbfe7b2173020533848e7a4956e3ab9 (diff)
Merge openembedded@openembedded.bkbits.net:packages-devel
into hyperion.kergoth.com:/home/kergoth/code/packages 2004/11/19 05:56:33-06:00 ti.com!kergoth Merge hyperion.kergoth.com:code/packages into odin.sc.ti.com:/home/kergoth/code/packages 2004/11/19 05:55:33-06:00 ti.com!kergoth Add gcc 3.4.3 (not used by default). 2004/11/19 05:53:44-06:00 ti.com!kergoth First pass at consolodating some of the gcc build metadata into .inc files. BKrev: 419ddf72ZyrGIieZ7do9IbnL_7fMoA
Diffstat (limited to 'gcc/gcc-cross_3.4.0.oe')
-rw-r--r--gcc/gcc-cross_3.4.0.oe11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/gcc-cross_3.4.0.oe b/gcc/gcc-cross_3.4.0.oe
new file mode 100644
index 0000000000..4fadc573f2
--- /dev/null
+++ b/gcc/gcc-cross_3.4.0.oe
@@ -0,0 +1,11 @@
+include gcc_${PV}.oe
+inherit cross
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV}"
+
+DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
+PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
+
+# Files for these are defined in the main gcc.oe
+PACKAGES = "libgcc libstdc++ libg2c"
+
+include gcc3-cross-build.inc