source: rtems-source-builder/source-builder/config/gcc-6-1.cfg

Last change on this file was a6ee3cb, checked in by Sebastian Huber <sebastian.huber@…>, on 04/22/22 at 06:40:17

gcc: Move GMP, MPC, MPFR sources to common

Use GCC infrastructure download directory for GCC prerequisites.

  • Property mode set to 100644
File size: 460 bytes
Line 
1#
2# GCC 6 Version 1.
3#
4# This configuration file configure's, make's and install's gcc. It uses
5# newlib, MPFR, MPC, and GMP in a one-tree build configuration.
6#
7
8#
9# Source
10#
11#
12# GCC core and G++
13#
14%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
15
16#
17# Newlib
18#
19%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
20
21#
22# GCC Common build script.
23#
24%include %{_configdir}/gcc-common-1.cfg
Note: See TracBrowser for help on using the repository browser.