From 5f1c606c2e8b13cd13b7cd2bbebab6f60b7453ff Mon Sep 17 00:00:00 2001 From: ryoon Date: Sun, 22 Jan 2017 12:35:02 +0000 Subject: Update to 6.3.0 Changelog: * The default mode for C++ is now -std=gnu++14 instead of -std=gnu++98. # ARM Support for revisions of the ARM architecture prior to ARMv4t has been deprecated and will be removed in a future GCC release. The -mcpu and -mtune values that are deprecated are: arm2, arm250, arm3, arm6, arm60, arm600, arm610, arm620, arm7, arm7d, arm7di, arm70, arm700, arm700i, arm710, arm720, arm710c, arm7100, arm7500, arm7500fe, arm7m, arm7dm, arm7dmi, arm8, arm810, strongarm, strongarm110, strongarm1100, strongarm1110, fa526, fa626. The value arm7tdmi is still supported. The values of -march that are deprecated are: armv2,armv2a,armv3,armv3m,armv4. The ARM port now supports target attributes and pragmas. Please refer to the documentation for details of available attributes and pragmas as well as usage instructions. Support has been added for the following processors (GCC identifiers in parentheses): ARM Cortex-A32 (cortex-a32), ARM Cortex-A35 (cortex-a35) and ARM Cortex-R8 (cortex-r8). The GCC identifiers can be used as arguments to the -mcpu or -mtune options, for example: -mcpu=cortex-a32 or -mtune=cortex-a35. --- cross/arm-none-eabi-gcc/Makefile | 6 +++--- cross/arm-none-eabi-gcc/PLIST | 13 +++++++++---- cross/arm-none-eabi-gcc/distinfo | 18 +++++++++--------- 3 files changed, 21 insertions(+), 16 deletions(-) (limited to 'cross/arm-none-eabi-gcc') diff --git a/cross/arm-none-eabi-gcc/Makefile b/cross/arm-none-eabi-gcc/Makefile index 48bb8f28265..a256c64b43b 100644 --- a/cross/arm-none-eabi-gcc/Makefile +++ b/cross/arm-none-eabi-gcc/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2016/12/01 03:45:57 sevan Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/22 12:35:02 ryoon Exp $ -DISTNAME= gcc-6.2.0 +DISTNAME= gcc-6.3.0 PKGNAME= cross-arm-none-eabi-${DISTNAME} CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/} -NEWLIBVER= 2.4.0 +NEWLIBVER= 2.5.0 SITES.newlib-${NEWLIBVER}.tar.gz=ftp://sources.redhat.com/pub/newlib/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ newlib-${NEWLIBVER}.tar.gz diff --git a/cross/arm-none-eabi-gcc/PLIST b/cross/arm-none-eabi-gcc/PLIST index 8bc53849283..c02fa43ecd1 100644 --- a/cross/arm-none-eabi-gcc/PLIST +++ b/cross/arm-none-eabi-gcc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/10/19 12:48:25 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/01/22 12:35:02 ryoon Exp $ cross-arm-none-eabi/arm-none-eabi/include/_ansi.h cross-arm-none-eabi/arm-none-eabi/include/_newlib_version.h cross-arm-none-eabi/arm-none-eabi/include/_syslist.h @@ -277,6 +277,7 @@ cross-arm-none-eabi/arm-none-eabi/include/c++/${PKGVERSION}/experimental/algorit cross-arm-none-eabi/arm-none-eabi/include/c++/${PKGVERSION}/experimental/any cross-arm-none-eabi/arm-none-eabi/include/c++/${PKGVERSION}/experimental/array cross-arm-none-eabi/arm-none-eabi/include/c++/${PKGVERSION}/experimental/bits/erase_if.h +cross-arm-none-eabi/arm-none-eabi/include/c++/${PKGVERSION}/experimental/bits/lfts_config.h cross-arm-none-eabi/arm-none-eabi/include/c++/${PKGVERSION}/experimental/bits/shared_ptr.h cross-arm-none-eabi/arm-none-eabi/include/c++/${PKGVERSION}/experimental/bits/string_view.tcc cross-arm-none-eabi/arm-none-eabi/include/c++/${PKGVERSION}/experimental/chrono @@ -781,7 +782,9 @@ cross-arm-none-eabi/arm-none-eabi/include/c++/${PKGVERSION}/utility cross-arm-none-eabi/arm-none-eabi/include/c++/${PKGVERSION}/valarray cross-arm-none-eabi/arm-none-eabi/include/c++/${PKGVERSION}/vector cross-arm-none-eabi/arm-none-eabi/include/complex.h +cross-arm-none-eabi/arm-none-eabi/include/cpio.h cross-arm-none-eabi/arm-none-eabi/include/ctype.h +cross-arm-none-eabi/arm-none-eabi/include/devctl.h cross-arm-none-eabi/arm-none-eabi/include/dirent.h cross-arm-none-eabi/arm-none-eabi/include/envlock.h cross-arm-none-eabi/arm-none-eabi/include/envz.h @@ -801,6 +804,8 @@ cross-arm-none-eabi/arm-none-eabi/include/limits.h cross-arm-none-eabi/arm-none-eabi/include/locale.h cross-arm-none-eabi/arm-none-eabi/include/machine/_arc4random.h cross-arm-none-eabi/arm-none-eabi/include/machine/_default_types.h +cross-arm-none-eabi/arm-none-eabi/include/machine/_endian.h +cross-arm-none-eabi/arm-none-eabi/include/machine/_time.h cross-arm-none-eabi/arm-none-eabi/include/machine/_types.h cross-arm-none-eabi/arm-none-eabi/include/machine/ansi.h cross-arm-none-eabi/arm-none-eabi/include/machine/endian.h @@ -816,6 +821,7 @@ cross-arm-none-eabi/arm-none-eabi/include/machine/time.h cross-arm-none-eabi/arm-none-eabi/include/machine/types.h cross-arm-none-eabi/arm-none-eabi/include/malloc.h cross-arm-none-eabi/arm-none-eabi/include/math.h +cross-arm-none-eabi/arm-none-eabi/include/memory.h cross-arm-none-eabi/arm-none-eabi/include/newlib.h cross-arm-none-eabi/arm-none-eabi/include/paths.h cross-arm-none-eabi/arm-none-eabi/include/pthread.h @@ -837,6 +843,8 @@ cross-arm-none-eabi/arm-none-eabi/include/string.h cross-arm-none-eabi/arm-none-eabi/include/strings.h cross-arm-none-eabi/arm-none-eabi/include/sys/_default_fcntl.h cross-arm-none-eabi/arm-none-eabi/include/sys/_intsup.h +cross-arm-none-eabi/arm-none-eabi/include/sys/_locale.h +cross-arm-none-eabi/arm-none-eabi/include/sys/_pthreadtypes.h cross-arm-none-eabi/arm-none-eabi/include/sys/_sigset.h cross-arm-none-eabi/arm-none-eabi/include/sys/_stdint.h cross-arm-none-eabi/arm-none-eabi/include/sys/_timespec.h @@ -1441,6 +1449,3 @@ cross-arm-none-eabi/share/gcc-${PKGVERSION}/python/libstdcxx/__init__.py cross-arm-none-eabi/share/gcc-${PKGVERSION}/python/libstdcxx/v6/__init__.py cross-arm-none-eabi/share/gcc-${PKGVERSION}/python/libstdcxx/v6/printers.py cross-arm-none-eabi/share/gcc-${PKGVERSION}/python/libstdcxx/v6/xmethods.py -@pkgdir cross-arm-none-eabi/include -@pkgdir cross-arm-none-eabi/arm-none-eabi/include/rpc -@pkgdir cross-arm-none-eabi/arm-none-eabi/include/bits diff --git a/cross/arm-none-eabi-gcc/distinfo b/cross/arm-none-eabi-gcc/distinfo index 10168e45503..8a9697036f3 100644 --- a/cross/arm-none-eabi-gcc/distinfo +++ b/cross/arm-none-eabi-gcc/distinfo @@ -1,13 +1,13 @@ -$NetBSD: distinfo,v 1.1 2016/10/19 12:48:25 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2017/01/22 12:35:02 ryoon Exp $ -SHA1 (gcc-6.2.0.tar.gz) = 59cdef2be1b8b76d9e4f23858fe4179b1e9147c7 -RMD160 (gcc-6.2.0.tar.gz) = a303fd437e6c63f8b9d9328e748640b4e29f60aa -SHA512 (gcc-6.2.0.tar.gz) = 7638bd1edbfa6b546fb186953c700ec2bdcbd0045ee1fcb4c7eb61e0b6408aff9f25b3263bbbd96851d1c26e0b981def50e01ade9c4a281c4f78180f5cf2692f -Size (gcc-6.2.0.tar.gz) = 128569126 bytes -SHA1 (newlib-2.4.0.tar.gz) = f2142827d7b593676b91a530e2547e31262e14e7 -RMD160 (newlib-2.4.0.tar.gz) = e7a98a00aca89aad0ee2e2b98993fd8e643d98ce -SHA512 (newlib-2.4.0.tar.gz) = c60665e793dce2368a5baf23560beb50f641e1831854d702d1d7629fb6e9200cf814527f29796792a3d2dff81afee4255723df99ceb0732f99dd9580a17d2ac0 -Size (newlib-2.4.0.tar.gz) = 17574364 bytes +SHA1 (gcc-6.3.0.tar.gz) = 6b75ea9e072c68d4ff3063a827ddce8c315862e2 +RMD160 (gcc-6.3.0.tar.gz) = 966eaeda75787e59d1f479733e20d1fb67e24a8b +SHA512 (gcc-6.3.0.tar.gz) = a50308c1824959ead0483d58e1d1b89641812bab28aea474ca5da3298d670c984c19f4565951c16e0937e0efb34e889e20a421d043432c5c2698fe014810b82d +Size (gcc-6.3.0.tar.gz) = 128819145 bytes +SHA1 (newlib-2.5.0.tar.gz) = be1f1960bce564130a0cf9598e388fcc437169dc +RMD160 (newlib-2.5.0.tar.gz) = fc2beafe309701e02da3d2dff737236f67c0de4d +SHA512 (newlib-2.5.0.tar.gz) = 4c99e8dfcb4a7ad0769b9e173ff06628d82e4993ef87d3adf9d6b5578626b14de81b4b3c5f0673ddbb49dc9f3d3628f9f8d4432dcded91f5cd3d27b7d44343cd +Size (newlib-2.5.0.tar.gz) = 17912392 bytes SHA1 (patch-gcc_system.h) = 72a75ff773b9b5f3d2f16f4ec7d29e032aba5f53 SHA1 (patch-libcc1_configure) = 0368733ddf79b109fcc7146b0baeb37ab31e634a SHA1 (patch-libcc1_connection.cc) = 2acd56a6f62b29ed3f02eecb7bf103e4564a442c -- cgit v1.2.3