summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross-sdk_4.3.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-06-10 22:05:00 +0000
committerKoen Kooi <koen@openembedded.org>2008-06-10 22:05:00 +0000
commit8993f246c593e78038f7422c24897bfd16348945 (patch)
treeb4a9ca8f6b8aade32e15e5e56b23d647442b744f /packages/gcc/gcc-cross-sdk_4.3.1.bb
parent0985e00d9608d3f197772046763e03a00a72cd5e (diff)
gcc 4.3.0: replace with gcc 4.3.1
Diffstat (limited to 'packages/gcc/gcc-cross-sdk_4.3.1.bb')
-rw-r--r--packages/gcc/gcc-cross-sdk_4.3.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross-sdk_4.3.1.bb b/packages/gcc/gcc-cross-sdk_4.3.1.bb
new file mode 100644
index 0000000000..8057608e0d
--- /dev/null
+++ b/packages/gcc/gcc-cross-sdk_4.3.1.bb
@@ -0,0 +1,14 @@
+PR = "r5"
+
+inherit sdk
+
+require gcc-${PV}.inc
+require gcc-cross-sdk.inc
+require gcc-configure-sdk.inc
+require gcc-package-sdk.inc
+
+DEPENDS += "gmp-native mpfr-native"
+
+EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
+ --disable-libgomp --disable-libmudflap \
+ --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"