tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(cross/h8300-elf-binutils) Re: broken packages for 2013q2
| From: David Holland <dholland-pkgtech%NetBSD.org@localhost>
| Subject: broken packages for 2013q2
| Date: Wed, 12 Jun 2013 04:02:11 +0000
> http://www.netbsd.org/~dholland/broken/
| cross/h8300-elf-binutils h8300-elf-binutils open 2013q2 2.19.1
| Seen: joerg-nbsd-amd64-clang 20130523.1225
| joerg-nbsd-amd64-clang 20130524.1720
| joerg-nbsd-amd64-clang 20130530.1540
| joerg-nbsd-amd64-clang 20130601.1429
| joerg-nbsd-amd64-clang 20130607.1617
| joerg-nbsd-amd64-clang 20130611.1242
| problem handling the installed libiberty.a
On particular environment, (6.99.21, clang, amd64)
Following change packages.
- (6.1, gcc, amd64) does not need the change.
Is there any way to switch lines ?
Thanks for reading,
---
Makoto Fujiwara
Index: cross/h8300-elf-binutils/Makefile
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/cross/h8300-elf-binutils/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- cross/h8300-elf-binutils/Makefile 9 May 2013 13:47:25 -0000 1.2
+++ cross/h8300-elf-binutils/Makefile 14 Jun 2013 15:14:23 -0000
@@ -39,10 +39,10 @@
h8300-elf-objdump h8300-elf-ranlib \
h8300-elf-readelf h8300-elf-size \
h8300-elf-strings h8300-elf-strip ; do \
- ${LN} -s ${H8300_PREFIX}/bin/"$$f" \
+ ${LN} -sf ${H8300_PREFIX}/bin/"$$f" \
${DESTDIR}${PREFIX}/bin/"$$f" || exit 1; \
done
- ${MV} ${DESTDIR}${H8300_PREFIX}/lib/libiberty.a \
+ ${MV} ${DESTDIR}${H8300_PREFIX}/lib/${MACHINE_ARCH}/libiberty.a \
${DESTDIR}${H8300_PREFIX}/lib/libiberty_binutils.a
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index