diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 12:09:14 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 12:09:14 +0100 |
| commit | fb5b56283760444cfa3ca495f0831652446327ba (patch) | |
| tree | 4be4c91142bb0b3872aa98f964f68a495de273c6 /meta/packages/gcc/gcc-cross-initial_4.3.3.bb | |
| parent | 5b5a069e16bc64e4add040d191066ff551d396e9 (diff) | |
| download | poky-fb5b56283760444cfa3ca495f0831652446327ba.tar.gz | |
gcc: Move -native dependencies into the base gcc version configuration file and create and use EXTRA_OECONF_INITIAL and EXTRA_OECONF_INTERMEDIATE variables
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-cross-initial_4.3.3.bb')
| -rw-r--r-- | meta/packages/gcc/gcc-cross-initial_4.3.3.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/packages/gcc/gcc-cross-initial_4.3.3.bb b/meta/packages/gcc/gcc-cross-initial_4.3.3.bb index a06398389e..8a429d54fe 100644 --- a/meta/packages/gcc/gcc-cross-initial_4.3.3.bb +++ b/meta/packages/gcc/gcc-cross-initial_4.3.3.bb | |||
| @@ -3,13 +3,6 @@ require gcc-cross-initial.inc | |||
| 3 | 3 | ||
| 4 | PR = "r1" | 4 | PR = "r1" |
| 5 | 5 | ||
| 6 | DEPENDS += "gmp-native mpfr-native" | ||
| 7 | |||
| 8 | EXTRA_OECONF += " --disable-libmudflap \ | ||
| 9 | --disable-decimal-float \ | ||
| 10 | --disable-libgomp \ | ||
| 11 | --disable-libssp" | ||
| 12 | |||
| 13 | # Hack till we fix *libc properly | 6 | # Hack till we fix *libc properly |
| 14 | do_install_append() { | 7 | do_install_append() { |
| 15 | ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${D}${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/ | 8 | ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${D}${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/ |
