summaryrefslogtreecommitdiff
path: root/cross/avr-binutils
diff options
context:
space:
mode:
authormef <mef>2013-12-31 00:56:17 +0000
committermef <mef>2013-12-31 00:56:17 +0000
commite394fb0bcc21f7aea22abb874420cdea4f9e717a (patch)
tree0201f9507d609709e05dbec24fd54a5d628cc8ce /cross/avr-binutils
parent8008e30fb324a254fb5d4b9e38fb6960f8c4b8bf (diff)
downloadpkgsrc-e394fb0bcc21f7aea22abb874420cdea4f9e717a.tar.gz
Correct comment as SunOS 5.11 not 5.1, thanks
Diffstat (limited to 'cross/avr-binutils')
-rw-r--r--cross/avr-binutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile
index 002f5d50438..1a31c2db446 100644
--- a/cross/avr-binutils/Makefile
+++ b/cross/avr-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/12/31 00:48:48 mef Exp $
+# $NetBSD: Makefile,v 1.23 2013/12/31 00:56:17 mef Exp $
DISTNAME= binutils-2.23.2
PKGNAME= ${DISTNAME:S/^/avr-/}
@@ -47,7 +47,7 @@ post-install:
)
# Rename to avoid conflict to native and other cross assembler.
# and clang differs its path so, (the same as h8300-elf-binutils).
- # (SunOS 5.1 places at amd64 instead of x86_64)
+ # (SunOS 5.11 places at amd64 instead of x86_64)
(cd ${DESTDIR}${PREFIX}; \
for d in amd64/libiberty.a ${MACHINE_ARCH}/libiberty.a libiberty.a; \
do if [ -f lib/$$d ]; then \