diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-29 22:27:13 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-29 22:27:13 +0100 |
commit | cdaf6c804b703d58839e449041b12f698cb5ebbe (patch) | |
tree | b2330e4295ffa036249dd058b42f5b9cf1ced6bb /meta/packages/gcc/gcc-cross_4.3.3.bb | |
parent | 7a7c2341c7be47e054bb1b7788ea1b5dcebbc732 (diff) | |
download | poky-cdaf6c804b703d58839e449041b12f698cb5ebbe.tar.gz |
gcc-runtime: Add initial recipe
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-cross_4.3.3.bb')
-rw-r--r-- | meta/packages/gcc/gcc-cross_4.3.3.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-cross_4.3.3.bb b/meta/packages/gcc/gcc-cross_4.3.3.bb index 22efffa539..6122d4c423 100644 --- a/meta/packages/gcc/gcc-cross_4.3.3.bb +++ b/meta/packages/gcc/gcc-cross_4.3.3.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r7" | 1 | PR = "r10" |
2 | 2 | ||
3 | require gcc-${PV}.inc | 3 | require gcc-${PV}.inc |
4 | require gcc-cross4.inc | 4 | require gcc-cross4.inc |
@@ -10,3 +10,7 @@ SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " | |||
10 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}" | 10 | EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}" |
11 | 11 | ||
12 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" | 12 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" |
13 | |||
14 | do_compile () { | ||
15 | oe_runmake all-host | ||
16 | } | ||