From 66de65eb20a4e6af15d10616fd566cdba54c6af8 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 23 Jan 2012 11:55:00 -0300 Subject: Cross toolchain finished --- cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD') diff --git a/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD b/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD index ac37a0241..0349036ec 100644 --- a/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD +++ b/cross/mips64el-unknown-linux-gnu-binutils/PKGBUILD @@ -38,7 +38,11 @@ build() { } package() { + cd ${srcdir}/${_pkgname}-${pkgver} +# Compat symlinks + ln -s ${_sysroot}/usr/lib ${pkgdir}${_sysroot}/lib + ln -s ${_sysroot}/lib ${pkgdir}${_sysroot}/lib32 make DESTDIR=${pkgdir} install -- cgit v1.2.3-54-g00ecf