diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-19 17:29:23 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-19 17:29:23 +0000 |
commit | b7b275518b11fa4ad468dfe07721200c0b20a9ce (patch) | |
tree | 994890c22bf842448781d4118740642d4d6297e5 /meta/packages/gcc/gcc-cross_4.3.2.bb | |
parent | 571ddc976b38b38a93adb418e79ddae80f527c15 (diff) | |
download | poky-b7b275518b11fa4ad468dfe07721200c0b20a9ce.tar.gz |
gcc: Add 4.3.2 recipes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5202 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-cross_4.3.2.bb')
-rw-r--r-- | meta/packages/gcc/gcc-cross_4.3.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-cross_4.3.2.bb b/meta/packages/gcc/gcc-cross_4.3.2.bb new file mode 100644 index 0000000000..11e04594fc --- /dev/null +++ b/meta/packages/gcc/gcc-cross_4.3.2.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | PR = "r6" | ||
2 | |||
3 | require gcc-${PV}.inc | ||
4 | require gcc-cross4.inc | ||
5 | require gcc-configure-cross.inc | ||
6 | require gcc-package-cross.inc | ||
7 | |||
8 | SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " | ||
9 | |||
10 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}" | ||
11 | |||
12 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${layout_includedir}" | ||