Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions pkgs/gcc/gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ dependencies:

defaults:
relocatable: false
version: 4.9.2

when version == '4.9.2':
sources:
- key: tar.bz2:eaqmtauvqvvkcp62b4xtur4ujedvp7be
url: http://ftpmirror.gnu.org/gcc/gcc-4.9.2/gcc-4.9.2.tar.bz2
when version == '5.1.0':
sources:
- key: tar.bz2:w7np36e4xmhcamz5x5nvgsjrtlqg4pi2
url: http://ftpmirror.gnu.org/gcc/gcc-5.1.0/gcc-5.1.0.tar.bz2

sources:
- key: tar.bz2:eaqmtauvqvvkcp62b4xtur4ujedvp7be
url: http://ftpmirror.gnu.org/gcc/gcc-4.9.2/gcc-4.9.2.tar.bz2

build_stages:
# Make gcc automatically embed RPATH to the proper libstdc++, libgfortran,
Expand Down