summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-cross_4.3.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-19 17:29:23 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-19 17:29:23 +0000
commitb7b275518b11fa4ad468dfe07721200c0b20a9ce (patch)
tree994890c22bf842448781d4118740642d4d6297e5 /meta/packages/gcc/gcc-cross_4.3.2.bb
parent571ddc976b38b38a93adb418e79ddae80f527c15 (diff)
downloadpoky-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.bb12
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 @@
1PR = "r6"
2
3require gcc-${PV}.inc
4require gcc-cross4.inc
5require gcc-configure-cross.inc
6require gcc-package-cross.inc
7
8SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
9
10EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"
11
12ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${layout_includedir}"