summaryrefslogtreecommitdiff
path: root/cross/h8300-elf-binutils
diff options
context:
space:
mode:
authorryoon <ryoon>2013-04-30 13:24:12 +0000
committerryoon <ryoon>2013-04-30 13:24:12 +0000
commit602c3c1afbcb45a24117c6adff32b0922ac1fed2 (patch)
tree7321cbed9b7e749e3b3090d7ac079db37d46df6a /cross/h8300-elf-binutils
parent6396d59a3d22f438294a8e31be7cd723a2bf311b (diff)
downloadpkgsrc-602c3c1afbcb45a24117c6adff32b0922ac1fed2.tar.gz
Import cross-h8300-elf-binutils-2.19.1 as cross/h8300-elf-binutils.
binutils for Hitachi/Renesas h8300-elf cross compile.
Diffstat (limited to 'cross/h8300-elf-binutils')
-rw-r--r--cross/h8300-elf-binutils/DESCR1
-rw-r--r--cross/h8300-elf-binutils/Makefile48
-rw-r--r--cross/h8300-elf-binutils/PLIST181
-rw-r--r--cross/h8300-elf-binutils/distinfo5
4 files changed, 235 insertions, 0 deletions
diff --git a/cross/h8300-elf-binutils/DESCR b/cross/h8300-elf-binutils/DESCR
new file mode 100644
index 00000000000..4c1a5fd9dab
--- /dev/null
+++ b/cross/h8300-elf-binutils/DESCR
@@ -0,0 +1 @@
+binutils for Hitachi/Renesas h8300-elf cross compile.
diff --git a/cross/h8300-elf-binutils/Makefile b/cross/h8300-elf-binutils/Makefile
new file mode 100644
index 00000000000..2cb19c4463a
--- /dev/null
+++ b/cross/h8300-elf-binutils/Makefile
@@ -0,0 +1,48 @@
+# $NetBSD: Makefile,v 1.1 2013/04/30 13:24:12 ryoon Exp $
+
+DISTNAME= binutils-2.19.1
+PKGNAME= cross-h8300-elf-${DISTNAME}
+CATEGORIES= cross
+MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= ryoon@NetBSD.org
+HOMEPAGE= # empty
+COMMENT= Cross utility for h8300-elf
+
+H8300_PREFIX= ${PREFIX}/cross-h8300-elf
+
+USE_TOOLS+= gmake makeinfo
+GNU_CONFIGURE= yes
+
+OBJDIR= ../build
+CONFIGURE_DIRS= ${OBJDIR}
+CONFIGURE_SCRIPT= ${WRKSRC}/configure
+GNU_CONFIGURE_PREFIX= ${H8300_PREFIX}
+
+CONFIGURE_ARGS+= --target=h8300-elf
+INFO_FILES= yes
+
+INSTALLATION_DIRS+= bin ${H8300_PREFIX}
+
+pre-configure:
+ ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
+ ${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}
+ ${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub ${WRKSRC}
+
+
+post-install:
+ for f in h8300-elf-addr2line h8300-elf-ar \
+ h8300-elf-as h8300-elf-c++filt \
+ h8300-elf-gprof h8300-elf-ld \
+ h8300-elf-nm h8300-elf-objcopy \
+ 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" \
+ ${DESTDIR}${PREFIX}/bin/"$$f" || exit 1; \
+ done
+ ${MV} ${DESTDIR}${H8300_PREFIX}/lib/libiberty.a \
+ ${DESTDIR}${H8300_PREFIX}/lib/libiberty_binutils.a
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/cross/h8300-elf-binutils/PLIST b/cross/h8300-elf-binutils/PLIST
new file mode 100644
index 00000000000..f789a15f156
--- /dev/null
+++ b/cross/h8300-elf-binutils/PLIST
@@ -0,0 +1,181 @@
+@comment $NetBSD: PLIST,v 1.1 2013/04/30 13:24:12 ryoon Exp $
+bin/h8300-elf-addr2line
+bin/h8300-elf-ar
+bin/h8300-elf-as
+bin/h8300-elf-c++filt
+bin/h8300-elf-gprof
+bin/h8300-elf-ld
+bin/h8300-elf-nm
+bin/h8300-elf-objcopy
+bin/h8300-elf-objdump
+bin/h8300-elf-ranlib
+bin/h8300-elf-readelf
+bin/h8300-elf-size
+bin/h8300-elf-strings
+bin/h8300-elf-strip
+cross-h8300-elf/bin/h8300-elf-addr2line
+cross-h8300-elf/bin/h8300-elf-ar
+cross-h8300-elf/bin/h8300-elf-as
+cross-h8300-elf/bin/h8300-elf-c++filt
+cross-h8300-elf/bin/h8300-elf-gprof
+cross-h8300-elf/bin/h8300-elf-ld
+cross-h8300-elf/bin/h8300-elf-nm
+cross-h8300-elf/bin/h8300-elf-objcopy
+cross-h8300-elf/bin/h8300-elf-objdump
+cross-h8300-elf/bin/h8300-elf-ranlib
+cross-h8300-elf/bin/h8300-elf-readelf
+cross-h8300-elf/bin/h8300-elf-size
+cross-h8300-elf/bin/h8300-elf-strings
+cross-h8300-elf/bin/h8300-elf-strip
+cross-h8300-elf/h8300-elf/bin/ar
+cross-h8300-elf/h8300-elf/bin/as
+cross-h8300-elf/h8300-elf/bin/ld
+cross-h8300-elf/h8300-elf/bin/nm
+cross-h8300-elf/h8300-elf/bin/objcopy
+cross-h8300-elf/h8300-elf/bin/objdump
+cross-h8300-elf/h8300-elf/bin/ranlib
+cross-h8300-elf/h8300-elf/bin/strip
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300elf.x
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300elf.xbn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300elf.xc
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300elf.xn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300elf.xr
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300elf.xu
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300elf.xw
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300helf.x
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300helf.xbn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300helf.xc
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300helf.xn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300helf.xr
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300helf.xu
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300helf.xw
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300hnelf.x
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300hnelf.xbn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300hnelf.xc
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300hnelf.xn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300hnelf.xr
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300hnelf.xu
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300hnelf.xw
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300self.x
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300self.xbn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300self.xc
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300self.xn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300self.xr
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300self.xu
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300self.xw
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300snelf.x
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300snelf.xbn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300snelf.xc
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300snelf.xn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300snelf.xr
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300snelf.xu
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300snelf.xw
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxelf.x
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxelf.xbn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxelf.xc
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxelf.xn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxelf.xr
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxelf.xu
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxelf.xw
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxnelf.x
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxnelf.xbn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxnelf.xc
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxnelf.xn
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxnelf.xr
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxnelf.xu
+cross-h8300-elf/h8300-elf/lib/ldscripts/h8300sxnelf.xw
+cross-h8300-elf/info/as.info
+cross-h8300-elf/info/bfd.info
+cross-h8300-elf/info/binutils.info
+cross-h8300-elf/info/configure.info
+cross-h8300-elf/info/gprof.info
+cross-h8300-elf/info/ld.info
+cross-h8300-elf/info/standards.info
+cross-h8300-elf/lib/libiberty_binutils.a
+cross-h8300-elf/man/man1/h8300-elf-addr2line.1
+cross-h8300-elf/man/man1/h8300-elf-ar.1
+cross-h8300-elf/man/man1/h8300-elf-as.1
+cross-h8300-elf/man/man1/h8300-elf-c++filt.1
+cross-h8300-elf/man/man1/h8300-elf-dlltool.1
+cross-h8300-elf/man/man1/h8300-elf-gprof.1
+cross-h8300-elf/man/man1/h8300-elf-ld.1
+cross-h8300-elf/man/man1/h8300-elf-nlmconv.1
+cross-h8300-elf/man/man1/h8300-elf-nm.1
+cross-h8300-elf/man/man1/h8300-elf-objcopy.1
+cross-h8300-elf/man/man1/h8300-elf-objdump.1
+cross-h8300-elf/man/man1/h8300-elf-ranlib.1
+cross-h8300-elf/man/man1/h8300-elf-readelf.1
+cross-h8300-elf/man/man1/h8300-elf-size.1
+cross-h8300-elf/man/man1/h8300-elf-strings.1
+cross-h8300-elf/man/man1/h8300-elf-strip.1
+cross-h8300-elf/man/man1/h8300-elf-windmc.1
+cross-h8300-elf/man/man1/h8300-elf-windres.1
+cross-h8300-elf/share/locale/da/LC_MESSAGES/bfd.mo
+cross-h8300-elf/share/locale/da/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/da/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/da/LC_MESSAGES/ld.mo
+cross-h8300-elf/share/locale/da/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/de/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/de/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/es/LC_MESSAGES/bfd.mo
+cross-h8300-elf/share/locale/es/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/es/LC_MESSAGES/gas.mo
+cross-h8300-elf/share/locale/es/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/es/LC_MESSAGES/ld.mo
+cross-h8300-elf/share/locale/es/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/fi/LC_MESSAGES/bfd.mo
+cross-h8300-elf/share/locale/fi/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/fi/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/fi/LC_MESSAGES/ld.mo
+cross-h8300-elf/share/locale/fi/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/fr/LC_MESSAGES/bfd.mo
+cross-h8300-elf/share/locale/fr/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/fr/LC_MESSAGES/gas.mo
+cross-h8300-elf/share/locale/fr/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/fr/LC_MESSAGES/ld.mo
+cross-h8300-elf/share/locale/fr/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/ga/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/ga/LC_MESSAGES/ld.mo
+cross-h8300-elf/share/locale/ga/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/id/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/id/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/ja/LC_MESSAGES/bfd.mo
+cross-h8300-elf/share/locale/ja/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/ms/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/nl/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/nl/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/pt_BR/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/pt_BR/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/ro/LC_MESSAGES/bfd.mo
+cross-h8300-elf/share/locale/ro/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/ro/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/ro/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/ru/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/rw/LC_MESSAGES/bfd.mo
+cross-h8300-elf/share/locale/rw/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/rw/LC_MESSAGES/gas.mo
+cross-h8300-elf/share/locale/rw/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/sk/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/sv/LC_MESSAGES/bfd.mo
+cross-h8300-elf/share/locale/sv/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/sv/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/sv/LC_MESSAGES/ld.mo
+cross-h8300-elf/share/locale/sv/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/tr/LC_MESSAGES/bfd.mo
+cross-h8300-elf/share/locale/tr/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/tr/LC_MESSAGES/gas.mo
+cross-h8300-elf/share/locale/tr/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/tr/LC_MESSAGES/ld.mo
+cross-h8300-elf/share/locale/tr/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/uk/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/vi/LC_MESSAGES/bfd.mo
+cross-h8300-elf/share/locale/vi/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/vi/LC_MESSAGES/gprof.mo
+cross-h8300-elf/share/locale/vi/LC_MESSAGES/ld.mo
+cross-h8300-elf/share/locale/vi/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/zh_CN/LC_MESSAGES/bfd.mo
+cross-h8300-elf/share/locale/zh_CN/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/zh_CN/LC_MESSAGES/ld.mo
+cross-h8300-elf/share/locale/zh_CN/LC_MESSAGES/opcodes.mo
+cross-h8300-elf/share/locale/zh_TW/LC_MESSAGES/binutils.mo
+cross-h8300-elf/share/locale/zh_TW/LC_MESSAGES/ld.mo
diff --git a/cross/h8300-elf-binutils/distinfo b/cross/h8300-elf-binutils/distinfo
new file mode 100644
index 00000000000..c50c2b9a26d
--- /dev/null
+++ b/cross/h8300-elf-binutils/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/04/30 13:24:12 ryoon Exp $
+
+SHA1 (binutils-2.19.1.tar.bz2) = 3d3aa0a586dde416b1883d245f51c2335b621e3d
+RMD160 (binutils-2.19.1.tar.bz2) = 82301770c3a39c208e2fb751fd278a8494b2d7f7
+Size (binutils-2.19.1.tar.bz2) = 16306586 bytes