pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cross/arm-none-eabi-gcc



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jan 22 12:35:02 UTC 2017

Modified Files:
        pkgsrc/cross/arm-none-eabi-gcc: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cross/arm-none-eabi-gcc/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/arm-none-eabi-gcc/PLIST \
    pkgsrc/cross/arm-none-eabi-gcc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/arm-none-eabi-gcc/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.2 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.3
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.2 Thu Dec  1 03:45:57 2016
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile     Sun Jan 22 12:35:02 2017
@@ -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

Index: pkgsrc/cross/arm-none-eabi-gcc/PLIST
diff -u pkgsrc/cross/arm-none-eabi-gcc/PLIST:1.1 pkgsrc/cross/arm-none-eabi-gcc/PLIST:1.2
--- pkgsrc/cross/arm-none-eabi-gcc/PLIST:1.1    Wed Oct 19 12:48:25 2016
+++ pkgsrc/cross/arm-none-eabi-gcc/PLIST        Sun Jan 22 12:35:02 2017
@@ -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/includ
 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/includ
 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/includ
 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/includ
 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/includ
 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-${PKGVERSI
 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
Index: pkgsrc/cross/arm-none-eabi-gcc/distinfo
diff -u pkgsrc/cross/arm-none-eabi-gcc/distinfo:1.1 pkgsrc/cross/arm-none-eabi-gcc/distinfo:1.2
--- pkgsrc/cross/arm-none-eabi-gcc/distinfo:1.1 Wed Oct 19 12:48:25 2016
+++ pkgsrc/cross/arm-none-eabi-gcc/distinfo     Sun Jan 22 12:35:02 2017
@@ -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



Home | Main Index | Thread Index | Old Index