cross-mips-softfloat-linux-gnu: move host bins to main pkg.

This commit is contained in:
Juan RP 2013-02-28 18:41:05 +01:00
parent 60cc86a52e
commit 84b5960c40
2 changed files with 4 additions and 1 deletions

View file

@ -8,4 +8,7 @@ noverifydeps=yes
do_install() {
vmove usr/${_CROSS_TARGET} usr
mkdir -p ${SRCPKGDESTDIR}/usr/${_CROSS_TARGET}/usr/
mv ${DESTDIR}/usr/${_CROSS_TARGET}/usr/bin \
${SRCPKGDESTDIR}/usr/${_CROSS_TARGET}/usr/
}

View file

@ -12,7 +12,7 @@ _fpuflags="--with-float=soft --without-fp"
_archflags="-mtune=mips32r2 -mabi=32 -msoft-float"
pkgname=cross-${_triplet}
version=0.3
version=0.4
revision=1
short_desc="GNU Cross toolchain for the ${_triplet} BE target (binutils/gcc/glibc)"
maintainer="pancake <pancake@nopcode.org>"