cross-mips-softfloat-linux-gnu: move host bins to main pkg.
This commit is contained in:
parent
60cc86a52e
commit
84b5960c40
2 changed files with 4 additions and 1 deletions
|
@ -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/
|
||||
}
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue