summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/gcc/gcc-cross.inc5
-rw-r--r--meta/packages/gcc/gcc-cross_4.3.3.bb4
2 files changed, 5 insertions, 4 deletions
diff --git a/meta/packages/gcc/gcc-cross.inc b/meta/packages/gcc/gcc-cross.inc
index 44917f0dde..8f13a36a8f 100644
--- a/meta/packages/gcc/gcc-cross.inc
+++ b/meta/packages/gcc/gcc-cross.inc
@@ -9,3 +9,8 @@ do_stage () {
9 9
10require gcc-configure-cross.inc 10require gcc-configure-cross.inc
11require gcc-package-cross.inc 11require gcc-package-cross.inc
12
13do_compile () {
14 oe_runmake all-host
15}
16
diff --git a/meta/packages/gcc/gcc-cross_4.3.3.bb b/meta/packages/gcc/gcc-cross_4.3.3.bb
index 7e07fa977b..dbb6352d4a 100644
--- a/meta/packages/gcc/gcc-cross_4.3.3.bb
+++ b/meta/packages/gcc/gcc-cross_4.3.3.bb
@@ -8,7 +8,3 @@ SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
8EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}" 8EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"
9 9
10ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" 10ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"
11
12do_compile () {
13 oe_runmake all-host
14}