summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.2.4.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-05-28 12:44:00 +0000
committerKoen Kooi <koen@openembedded.org>2008-05-28 12:44:00 +0000
commit826d9b38af92ce9f032657fe238f6a597a129fc3 (patch)
treea2ca20912834a6cdd89f1028dba816531be59c6a /packages/gcc/gcc-cross_4.2.4.bb
parent86d33fab54b7011f4abb2e4b868942c295aa7841 (diff)
gcc 4.2.4: another point release in the 4.2 series
Diffstat (limited to 'packages/gcc/gcc-cross_4.2.4.bb')
-rw-r--r--packages/gcc/gcc-cross_4.2.4.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross_4.2.4.bb b/packages/gcc/gcc-cross_4.2.4.bb
new file mode 100644
index 0000000000..68c4d70551
--- /dev/null
+++ b/packages/gcc/gcc-cross_4.2.4.bb
@@ -0,0 +1,12 @@
+PR = "r0"
+
+require gcc-${PV}.inc
+require gcc-cross4.inc
+require gcc-configure-cross.inc
+require gcc-package-cross.inc
+
+SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
+
+EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"
+
+ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${layout_includedir}"