diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 13:46:20 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 13:46:20 +0100 |
commit | c155b71ba4c5b94d2f1d5df3798514fffde74f3c (patch) | |
tree | 7b9920eab1459e23ee00164eef7b16c9327afdd5 /meta/packages/gcc | |
parent | 70abb2e3e8671b3d10c7db5a16e37d646014a4b6 (diff) | |
download | poky-c155b71ba4c5b94d2f1d5df3798514fffde74f3c.tar.gz |
gcc-cross.inc: Move do_compile
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc')
-rw-r--r-- | meta/packages/gcc/gcc-cross.inc | 5 | ||||
-rw-r--r-- | meta/packages/gcc/gcc-cross_4.3.3.bb | 4 |
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 | ||
10 | require gcc-configure-cross.inc | 10 | require gcc-configure-cross.inc |
11 | require gcc-package-cross.inc | 11 | require gcc-package-cross.inc |
12 | |||
13 | do_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 " | |||
8 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}" | 8 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}" |
9 | 9 | ||
10 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" | 10 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" |
11 | |||
12 | do_compile () { | ||
13 | oe_runmake all-host | ||
14 | } | ||