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/gcc-cross.inc | |
| 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/gcc-cross.inc')
| -rw-r--r-- | meta/packages/gcc/gcc-cross.inc | 5 |
1 files changed, 5 insertions, 0 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 | |||
