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