summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.3.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-03-27 12:14:05 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-03-27 12:14:05 +0000
commit154ce545bf6b5b9d3c6422a4167d4ce45a09b8af (patch)
treea3b11b837e2a912036ead39a21217f1fbb5c2c6c /packages/gcc/gcc-cross_4.3.0.bb
parentca3cda0f6b37ced3fbc0a19c8e5ef08d170625c0 (diff)
parent8cb565a2ef07ae9527da8981be82d07d8c8218fe (diff)
merge of '58892f8690878f7ed6658262c62e3515f83d248a'
and 'd9f628bbbe62d8fe9b1dfa860de027f41eb7ef11'
Diffstat (limited to 'packages/gcc/gcc-cross_4.3.0.bb')
-rw-r--r--packages/gcc/gcc-cross_4.3.0.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/gcc/gcc-cross_4.3.0.bb b/packages/gcc/gcc-cross_4.3.0.bb
index 0c4c10bd7f..68c4d70551 100644
--- a/packages/gcc/gcc-cross_4.3.0.bb
+++ b/packages/gcc/gcc-cross_4.3.0.bb
@@ -6,10 +6,7 @@ require gcc-configure-cross.inc
require gcc-package-cross.inc
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
-# Do not build libssp libmudflap and libgomp
-# We might need them for some beefy targets
-EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
- --disable-libgomp --disable-libmudflap \
- --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"
+
+EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${layout_includedir}"