summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-cross-nativesdk_4.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gcc/gcc-cross-nativesdk_4.2.3.bb')
-rw-r--r--meta/packages/gcc/gcc-cross-nativesdk_4.2.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-cross-nativesdk_4.2.3.bb b/meta/packages/gcc/gcc-cross-nativesdk_4.2.3.bb
new file mode 100644
index 0000000000..e2c641b49c
--- /dev/null
+++ b/meta/packages/gcc/gcc-cross-nativesdk_4.2.3.bb
@@ -0,0 +1,14 @@
1PR = "r3"
2
3inherit nativesdk
4
5require gcc-${PV}.inc
6require gcc-cross-sdk.inc
7require gcc-configure-sdk.inc
8require gcc-package-sdk.inc
9
10DEPENDS += "gmp-native mpfr-native"
11
12EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
13 --disable-libgomp --disable-libmudflap \
14 --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"