summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-runtime_4.3.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-06-08 20:33:16 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-08 20:33:16 +0100
commitf47eeddbd692ac3c6109c18c9f04a3ad4dc789ba (patch)
treeabe9f2ef67deb85c5cde312123b53aac4daaf225 /meta/packages/gcc/gcc-runtime_4.3.3.bb
parentd579b7c746b7113d5a4867b851ed2dc7733299a8 (diff)
downloadopenembedded-core-f47eeddbd692ac3c6109c18c9f04a3ad4dc789ba.tar.gz
openembedded-core-f47eeddbd692ac3c6109c18c9f04a3ad4dc789ba.tar.bz2
openembedded-core-f47eeddbd692ac3c6109c18c9f04a3ad4dc789ba.tar.xz
openembedded-core-f47eeddbd692ac3c6109c18c9f04a3ad4dc789ba.zip
gcc-runtime: Various bug fixes
* Use the -nostdinc++ to CXX fixing libstdc++ * Generate libgcc in gcc-cross, save the result and use in gcc-runtime * Fix the layout of the crt*.o files so the SDK compiler can find them Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-runtime_4.3.3.bb')
-rw-r--r--meta/packages/gcc/gcc-runtime_4.3.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-runtime_4.3.3.bb b/meta/packages/gcc/gcc-runtime_4.3.3.bb
index b625668be..f94e07ce2 100644
--- a/meta/packages/gcc/gcc-runtime_4.3.3.bb
+++ b/meta/packages/gcc/gcc-runtime_4.3.3.bb
@@ -1,4 +1,4 @@
-PR = "r10"
+PR = "r12"
require gcc-${PV}.inc
require gcc-configure-runtime.inc
@@ -8,3 +8,4 @@ SRC_URI_append = "file://fortran-cross-compile-hack.patch;patch=1"
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
+EXTRA_OECONF += "--disable-libunwind-exceptions"