From 141bcc0f9d8ebfd06865420653333347d19dc39d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2009 13:44:34 +0200 Subject: fix gcc package - simple test c program compiles in qemu-mips with the cross-compiled compiler - don't know if rstrip.sh change is good, need to check, but crt*.o symbols might not be stripped - create helper links for libgcc + libc needed for ld --- package/mpfr/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/mpfr/Makefile') diff --git a/package/mpfr/Makefile b/package/mpfr/Makefile index cc229020f..a97faac1e 100644 --- a/package/mpfr/Makefile +++ b/package/mpfr/Makefile @@ -15,5 +15,6 @@ INSTALL_STYLE= auto post-install: ${INSTALL_DIR} ${IDIR_MPFR}/usr/lib + ${CP} ${WRKINST}/usr/lib/libmpfr.so.* ${IDIR_MPFR}/usr/lib/ include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3