pkgsrc-Bulk archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc-upstream-trunk64 SunOS 5.11/x86_64 2013-12-25 20:25
cross/avr-binutils:
The ${MACHINE_ARCH} is not x86_64 but amd64 in SunOS 5.11, probably.
(a little bit editted to make compact)
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not
in /home/pbulk/build/cross/avr-binutils/work/.destdir/opt/local:
ERROR: cross/avr-binutils/work/.destdir/opt/local/avr/lib/libiberty.a
ERROR: ************************************************************
ERROR: The following files are
in /home/pbulk/build/cross/avr-binutils/work/.destdir/opt/local but not in
the PLIST:
ERROR: cross/avr-binutils/work/.destdir/opt/local/lib/amd64/libiberty.a
---
Makoto Fujiwara,
Chiba, Japan, Narita Airport and Disneyland prefecture.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/cross/avr-binutils/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile 19 Nov 2013 23:06:24 -0000 1.21
+++ Makefile 26 Dec 2013 09:08:55 -0000
@@ -48,7 +48,7 @@
# Rename to avoid conflict to native and other cross assembler.
# and clang differs its path so, (the same as h8300-elf-binutils).
(cd ${DESTDIR}${PREFIX}; \
- for d in ${MACHINE_ARCH}/libiberty.a libiberty.a; \
+ for d in amd64/libiberty.a ${MACHINE_ARCH}/libiberty.a libiberty.a;
\
do if [ -f lib/$$d ]; then \
${MV} lib/$$d avr/lib/libiberty.a; \
break; \
Home |
Main Index |
Thread Index |
Old Index