dhowells pushed to cross-gcc (f20). "Undo the only-build-the-x86_64-target restriction that was accidentally left on"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 9 09:51:07 UTC 2015


>From f8d9b6d1a2fa2f0242c56276c8790f0ba49b8f53 Mon Sep 17 00:00:00 2001
From: David Howells <dhowells at redhat.com>
Date: Thu, 9 Apr 2015 10:49:52 +0100
Subject: Undo the only-build-the-x86_64-target restriction that was
 accidentally left on


diff --git a/cross-gcc.spec b/cross-gcc.spec
index 5d6b56f..0eeaa79 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -1,7 +1,7 @@
 %define cross cross
 %define rpmprefix %{nil}
 
-%define build_all		0
+%define build_all		1
 %define build_aarch64		%{build_all}
 %define build_alpha		%{build_all}
 %define build_arm		%{build_all}
@@ -26,7 +26,7 @@
 %define build_sh64		%{build_all}
 %define build_sparc64		%{build_all}
 %define build_tile		%{build_all}
-%define build_x86_64		%{build_all}1
+%define build_x86_64		%{build_all}
 %define build_xtensa		%{build_all}
 
 # built compiler generates lots of ICEs
@@ -71,7 +71,7 @@
 # to %{release}, append them after %{cross_gcc_release} on Release:
 # line.  gcc_release is the Fedora gcc release that the patches were
 # taken from.
-%global gcc_release 6
+%global gcc_release 7
 %global cross_gcc_release 4
 %global cross_binutils_version 2.25-1
 %global isl_version 0.14
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/cross-gcc.git/commit/?h=f20&id=f8d9b6d1a2fa2f0242c56276c8790f0ba49b8f53


More information about the scm-commits mailing list