diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-09-18 10:22:25 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-09-18 10:22:25 +0000 |
| commit | 79bbd249406dbe366a9301354d3643a850ac4c13 (patch) | |
| tree | 2f4f76fa4a6c54d8be89dd17e33ee2eaa8b047b0 /meta/packages/gcc/gcc-cross-initial_3.4.4.bb | |
| parent | 1401afe0e337a41c15bfbfd77e38393bbe49746d (diff) | |
| download | poky-79bbd249406dbe366a9301354d3643a850ac4c13.tar.gz | |
gcc-cross-initial: Move common code to gcc-cross-initial.inc
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2757 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-cross-initial_3.4.4.bb')
| -rw-r--r-- | meta/packages/gcc/gcc-cross-initial_3.4.4.bb | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/meta/packages/gcc/gcc-cross-initial_3.4.4.bb b/meta/packages/gcc/gcc-cross-initial_3.4.4.bb index 389c8aa75b..1639511362 100644 --- a/meta/packages/gcc/gcc-cross-initial_3.4.4.bb +++ b/meta/packages/gcc/gcc-cross-initial_3.4.4.bb | |||
| @@ -1,27 +1,2 @@ | |||
| 1 | require gcc-cross_${PV}.bb | 1 | require gcc-cross_${PV}.bb |
| 2 | 2 | require gcc-cross-initial.inc | |
| 3 | DEPENDS = "virtual/${TARGET_PREFIX}binutils" | ||
| 4 | DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" | ||
| 5 | PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" | ||
| 6 | PACKAGES = "" | ||
| 7 | |||
| 8 | # This is intended to be a -very- basic config | ||
| 9 | EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ | ||
| 10 | --with-newlib \ | ||
| 11 | --disable-shared \ | ||
| 12 | --disable-threads \ | ||
| 13 | --disable-multilib \ | ||
| 14 | --disable-__cxa_atexit \ | ||
| 15 | --enable-languages=c \ | ||
| 16 | --enable-target-optspace \ | ||
| 17 | --program-prefix=${TARGET_PREFIX} \ | ||
| 18 | ${@get_gcc_fpu_setting(bb, d)}" | ||
| 19 | |||
| 20 | do_stage_prepend () { | ||
| 21 | mkdir -p ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV} | ||
| 22 | ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a | ||
| 23 | } | ||
| 24 | |||
| 25 | do_install () { | ||
| 26 | : | ||
| 27 | } | ||
