diff options
author | marino <marino@FreeBSD.org> | 2015-04-25 15:19:01 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-04-25 15:19:01 +0800 |
commit | f862aec6734b18b7b5fe569f9e937a43ca4050f4 (patch) | |
tree | 27389279a025d40c9b1963d103cc9cfb96fb8346 /lang/gcc5-aux | |
parent | b8f34802eb261ebb120d045fbf1855607a57cbf9 (diff) | |
download | freebsd-ports-gnome-f862aec6734b18b7b5fe569f9e937a43ca4050f4.tar.gz freebsd-ports-gnome-f862aec6734b18b7b5fe569f9e937a43ca4050f4.tar.zst freebsd-ports-gnome-f862aec6734b18b7b5fe569f9e937a43ca4050f4.zip |
lang/gcc5-aux: Upgrade to 04/22 Release of GCC 5.1
Diffstat (limited to 'lang/gcc5-aux')
-rw-r--r-- | lang/gcc5-aux/Makefile.version | 8 | ||||
-rw-r--r-- | lang/gcc5-aux/distinfo | 4 | ||||
-rw-r--r-- | lang/gcc5-aux/files/diff-core | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/lang/gcc5-aux/Makefile.version b/lang/gcc5-aux/Makefile.version index 2b55fcaa1737..27a3fc82cc7e 100644 --- a/lang/gcc5-aux/Makefile.version +++ b/lang/gcc5-aux/Makefile.version @@ -1,11 +1,11 @@ # $FreeBSD$ GCC_BRANCH= 5 -GCC_POINT= 0.0 +GCC_POINT= 1.0 GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT} -SNAPSHOT= 20150405 -BUILD_RELEASE= no -MAIN_PR= 1 +SNAPSHOT= 20150422 +BUILD_RELEASE= yes +MAIN_PR= 0 UTIL_PR= 0 ARMV7_PR= 0 diff --git a/lang/gcc5-aux/distinfo b/lang/gcc5-aux/distinfo index d1484c850423..89cb7b30c1a6 100644 --- a/lang/gcc5-aux/distinfo +++ b/lang/gcc5-aux/distinfo @@ -1,5 +1,5 @@ -SHA256 (gcc-5-20150405.tar.bz2) = 53b9dc0478d0ee327bf68a76de088e7f947c4a6376c13b30f2d65950c9c37ee6 -SIZE (gcc-5-20150405.tar.bz2) = 91089617 +SHA256 (gcc-5.1.0.tar.bz2) = b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad +SIZE (gcc-5.1.0.tar.bz2) = 94954411 SHA256 (ada-bootstrap.i386.dragonfly.36A.tar.bz2) = 6b1a6ff0fe0e3bf13c667db2fef177b811329cd998400a1303969a86911cb1c8 SIZE (ada-bootstrap.i386.dragonfly.36A.tar.bz2) = 39357314 SHA256 (ada-bootstrap.i386.freebsd.84.tar.bz2) = b410336cb0e71c8a29dd5f831a17b4b7282e7d590f452475a94c6a625cfc8846 diff --git a/lang/gcc5-aux/files/diff-core b/lang/gcc5-aux/files/diff-core index f632d2db4695..708ed099fa60 100644 --- a/lang/gcc5-aux/files/diff-core +++ b/lang/gcc5-aux/files/diff-core @@ -282,7 +282,7 @@ insn-opinit.o \ insn-output.o \ insn-peep.o \ -@@ -1510,6 +1509,7 @@ +@@ -1511,6 +1510,7 @@ $(OBJS-libcommon-target) @TREEBROWSER@ main.o c-family/cppspec.o \ $(COLLECT2_OBJS) $(EXTRA_GCC_OBJS) $(GCOV_OBJS) $(GCOV_DUMP_OBJS) \ $(GCOV_TOOL_OBJS) $(GENGTYPE_OBJS) gcc-ar.o gcc-nm.o gcc-ranlib.o \ @@ -290,7 +290,7 @@ lto-wrapper.o collect-utils.o # This lists all host object files, whether they are included in this -@@ -1517,6 +1517,11 @@ +@@ -1518,6 +1518,11 @@ ALL_HOST_OBJS = $(ALL_HOST_FRONTEND_OBJS) $(ALL_HOST_BACKEND_OBJS) BACKEND = libbackend.a main.o @TREEBROWSER@ libcommon-target.a libcommon.a \ @@ -302,7 +302,7 @@ $(CPPLIB) $(LIBDECNUMBER) # This is defined to "yes" if Tree checking is enabled, which roughly means -@@ -2163,6 +2168,7 @@ +@@ -2164,6 +2169,7 @@ insn-modes.c: s-modes; @true insn-modes.h: s-modes-h; @true @@ -310,7 +310,7 @@ min-insn-modes.c: s-modes-m; @true s-modes: build/genmodes$(build_exeext) -@@ -2180,6 +2186,12 @@ +@@ -2181,6 +2187,12 @@ $(SHELL) $(srcdir)/../move-if-change tmp-min-modes.c min-insn-modes.c $(STAMP) s-modes-m |