source: rtems-source-builder/rtems/config/tools/rtems-gcc-4.8-ss-newlib-2.0.0-1.cfg @ 081f8ff

Last change on this file since 081f8ff 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: 548 bytes
Line 
1#
2# GCC 4.8.x., Newlib 2.0.0
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gcc_version    4.8-20130303
9%define newlib_version 2.0.0
10%define mpfr_version   3.0.1
11%define mpc_version    0.8.2
12%define gmp_version    5.0.5
13
14%define with_threads 1
15%define with_plugin  0
16%define with_iconv   1
17
18#
19# The RTEMS 4.11 patches
20#
21%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
22
23#
24# The gcc/newlib build instructions. We use 4.7 Release 1.
25#
26%include %{_configdir}/gcc-4.8-1.cfg
Note: See TracBrowser for help on using the repository browser.