|
|
|
|
@ -37,7 +37,7 @@ Class: EVAL
|
|
|
|
|
Group: Compiler |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_full}s%{V_snap} |
|
|
|
|
Release: 20171009 |
|
|
|
|
Release: 20171010 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_binutils yes |
|
|
|
|
@ -53,7 +53,7 @@ Release: 20171009
|
|
|
|
|
%option with_gcc no |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{V_full}-%{V_snap}/gcc-%{V_full}-%{V_snap}.tar.xz |
|
|
|
|
Source0: http://gcc.gnu.org/pub/gcc/snapshots/%{V_full}-%{V_snap}/gcc-%{V_full}-%{V_snap}.tar.xz |
|
|
|
|
Patch0: gcc8.patch |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
@ -97,7 +97,7 @@ Provides: gcc::with_gcc = %{with_gcc}
|
|
|
|
|
%track |
|
|
|
|
prog gcc8 = { |
|
|
|
|
version = %{V_full}-%{V_snap} |
|
|
|
|
url = ftp://gcc.gnu.org/pub/gcc/snapshots/ |
|
|
|
|
url = http://gcc.gnu.org/pub/gcc/snapshots/ |
|
|
|
|
regex = (%{V_full}-\d{8}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|