summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross-initial.inc
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-07-26 20:07:54 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-07-26 20:07:54 +0000
commitf42b906bc4359d4a18b51fefa3423716c0af30a8 (patch)
treee55f7294941844761601fffa104ab9e51321e16d /packages/gcc/gcc-cross-initial.inc
parent38c0392e6849f181119aef9b231e97c64a77e1d4 (diff)
parent7cff782b984312bb9d3226d9e44cb2b9a9401a81 (diff)
merge of '3f2ba26557bb371913a11a48aa9bcb4f58fd6fe5'
and '4a6eea520cb0bded1313d57689af2993701d4e87'
Diffstat (limited to 'packages/gcc/gcc-cross-initial.inc')
-rw-r--r--packages/gcc/gcc-cross-initial.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/gcc/gcc-cross-initial.inc b/packages/gcc/gcc-cross-initial.inc
index e0675263ea..15e5fa62fc 100644
--- a/packages/gcc/gcc-cross-initial.inc
+++ b/packages/gcc/gcc-cross-initial.inc
@@ -1,6 +1,4 @@
DEPENDS = "virtual/${TARGET_PREFIX}binutils"
-# @todo Please add comment on why this is (still?) needed?
-DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel', 'powerpc']]}"
PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial"
PACKAGES = ""
@@ -8,6 +6,7 @@ PACKAGES = ""
# sysroot is needed in case we use libc-initial
EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${layout_prefix} \
--with-newlib \
+ --without-headers \
--disable-shared \
--disable-threads \
--disable-multilib \
@@ -19,11 +18,6 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${layout_prefix} \
--with-build-sysroot=${STAGING_DIR_TARGET} \
${@get_gcc_fpu_setting(bb, d)}"
-do_stage_prepend () {
- mkdir -p ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}
- ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a
-}
-
do_install () {
:
}