diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-30 13:44:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-30 13:44:34 +0200 |
commit | 141bcc0f9d8ebfd06865420653333347d19dc39d (patch) | |
tree | 8e498c7bb1df59a89e6bf35d7141b55dc796165c /package/mpfr | |
parent | 1298200f89501407736f0657de5d96a3e7a453b0 (diff) |
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
Diffstat (limited to 'package/mpfr')
-rw-r--r-- | package/mpfr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |