source: rtems-source-builder/rtems/config/tools/rtems-gcc-6-20151101-newlib-2.2.0.20151023-1.cfg @ f81b0a5

5
Last change on this file since f81b0a5 was f07504d, checked in by Sebastian Huber <sebastian.huber@…>, on 01/23/19 at 12:41:30

Use HTTPS instead of FTP

FTP is an outdated protocol and blocked by some firewalls.

  • Property mode set to 100644
File size: 429 bytes
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version    6-20151101
5%define newlib_version 2.2.0.20151023
6%define mpfr_version   2.4.2
7%define mpc_version    0.8.1
8%define gmp_version    4.3.2
9
10%define with_threads 1
11%define with_plugin  0
12%define with_iconv   1
13
14%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
15
16%include %{_configdir}/gcc-6-1.cfg
Note: See TracBrowser for help on using the repository browser.