]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- up to 6.5.0 GCC_6
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Dec 2018 07:11:45 +0000 (08:11 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Dec 2018 07:11:45 +0000 (08:11 +0100)
branch.sh
gcc.spec

index 274d741f7e0b21e1f95e0495f796338887b1729c..e2e55c03931f17eae2a21ed785f28de45d127078 100755 (executable)
--- a/branch.sh
+++ b/branch.sh
@@ -3,7 +3,7 @@ set -e
 package=gcc
 svn=svn://gcc.gnu.org/svn/$package
 branch=branches/$package-6-branch
-tag=tags/${package}_6_4_0_release
+tag=tags/${package}_6_5_0_release
 out=$package-branch.diff
 
 # use filterdiff, etc to exclude bad chunks from diff
index 951d2fb1fe201aaf5fbbfd58f1f5c279094cbee0..d8ab63505df034687ee25a6ad30144780c2a124e 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,4 +1,3 @@
-# NOTE: despite lower soname, libffi is newer than standalone 3.0.10
 #
 # NOTE
 # - when adding new subpackages with external libraries (like libffi)
 %define                with_multilib2  1
 %endif
 %endif
-%ifarch %{ix86} %{x8664} x32 alpha arm ppc ppc64 sh sparc sparcv9 sparc64
+%ifarch %{ix86} %{x8664} x32 alpha %{arm} ppc ppc64 sh sparc sparcv9 sparc64
 # library for atomic operations not supported by hardware
 %define                with_atomic     1
 %endif
 %ifarch %{ix86} %{x8664} x32
 %define                with_cilkrts    1
 %endif
-%ifarch %{ix86} %{x8664} x32 arm ppc ppc64 sparc sparcv9 sparc64
+%ifarch %{ix86} %{x8664} x32 %{arm} ppc ppc64 sparc sparcv9 sparc64
 # sanitizer feature (asan and ubsan are common for all supported archs)
 %define                with_Xsan       1
 %endif
 %endif
 
 %define                major_ver       6
-%define                minor_ver       4.0
+%define                minor_ver       5.0
 %define                ecj_ver         4.9
 # class data version seen with file(1) that this jvm is able to load
 %define                _classdataversion 50.0
@@ -133,14 +132,14 @@ Epoch:            6
 License:       GPL v3+
 Group:         Development/Languages
 Source0:       https://ftp.gnu.org/pub/gnu/gcc/gcc-%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 11ba51a0cfb8471927f387c8895fe232
+# Source0-md5: edaeff1cc020b16a0c19a6d5e80dc2fd
 Source1:       %{name}-optimize-la.pl
 # check libffi version with libffi/configure.ac
 Source3:       libffi.pc.in
 Source4:       branch.sh
 # use branch.sh to update gcc-branch.diff
 Patch100:      %{name}-branch.diff
-# Patch100-md5:        1d4bc26154e47de7d727d6767215e776
+# Patch100-md5:        5ad5a566cbaf57f985192534e5ef1c32
 Patch0:                %{name}-info.patch
 Patch2:                %{name}-nodebug.patch
 Patch3:                %{name}-ada-link.patch
@@ -3721,7 +3720,7 @@ rm -rf $RPM_BUILD_ROOT
 %{gcclibdir}/include/xsavesintrin.h
 %{gcclibdir}/include/xtestintrin.h
 %endif
-%ifarch arm
+%ifarch %{arm}
 %{gcclibdir}/include/arm_neon.h
 %{gcclibdir}/include/mmintrin.h
 %endif
This page took 0.063478 seconds and 4 git commands to generate.