source: rtems-source-builder/source-builder/config/gcc-4.5-1.cfg @ f07504d

5
Last change on this file since f07504d 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: 734 bytes
RevLine 
[8301afa]1#
2# GCC 4.5 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#
[f07504d]14%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
[8301afa]15
16#
17# Newlib
18#
[f07504d]19%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
[8301afa]20
21#
22# Packages GCC requires
23#
[9a15c40]24%source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
25%source set mpc http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
[f07504d]26%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
[8301afa]27
28#
[4f26bdb]29# GCC Common build script.
[8301afa]30#
[4f26bdb]31%include %{_configdir}/gcc-common-1.cfg
Note: See TracBrowser for help on using the repository browser.