mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
26 lines
463 B
INI
26 lines
463 B
INI
#
|
|
# GCC 4.8 Version 1.
|
|
#
|
|
# This configuration file configure's, make's and install's gcc. It uses
|
|
# newlib, MPFR, MPC, and GMP in a one-tree build configuration.
|
|
#
|
|
|
|
#
|
|
# Source
|
|
#
|
|
#
|
|
# GCC core and G++
|
|
#
|
|
%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
|
|
|
|
#
|
|
# Newlib
|
|
#
|
|
%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
|
|
|
|
#
|
|
# GCC Common build script.
|
|
#
|
|
%include %{_configdir}/gcc-common-1.cfg
|
|
|