diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-17 13:48:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-17 13:48:47 +0000 |
commit | fee791d70c674f9dc109b44ab31693c37c8f4cab (patch) | |
tree | 92af2b9c8a42359be37c35f74554288630b3a9f4 /packages/gcc/gcc-cross-sdk_4.3.0.bb | |
parent | 9c18e09075daa471b7fc2bdb841c3fe731b81b91 (diff) |
gcc: add recipes for 4.3.0 - loads of patches missing, only tested against armv7/glibc-2.6.1/angstrom
Diffstat (limited to 'packages/gcc/gcc-cross-sdk_4.3.0.bb')
-rw-r--r-- | packages/gcc/gcc-cross-sdk_4.3.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross-sdk_4.3.0.bb b/packages/gcc/gcc-cross-sdk_4.3.0.bb new file mode 100644 index 0000000000..7e3a459ea8 --- /dev/null +++ b/packages/gcc/gcc-cross-sdk_4.3.0.bb @@ -0,0 +1,14 @@ +PR = "r3" + +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}" |