From ee8def1034db237798b561f74f6c35d5bef85e2d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rainer=20M=C3=BCller?= <raimue@macports.org>
Date: Sat, 17 Jun 2017 02:43:30 +0200
Subject: [PATCH] x86_64-elf-gcc: Update to gcc 7.1.0, newlib 2.5.0
---
cross/x86_64-elf-gcc/Portfile | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/cross/x86_64-elf-gcc/Portfile b/cross/x86_64-elf-gcc/Portfile
index 8dab07a2d0..b5b668a7b5 100644
a
|
b
|
PortSystem 1.0 |
2 | 2 | PortGroup crossgcc 1.0 |
3 | 3 | PortGroup compiler_blacklist_versions 1.0 |
4 | 4 | |
5 | | crossgcc.setup x86_64-elf 4.7.2 |
6 | | crossgcc.setup_libc newlib 1.20.0 |
| 5 | crossgcc.setup x86_64-elf 7.1.0 |
| 6 | crossgcc.setup_libc newlib 2.5.0 |
7 | 7 | |
8 | 8 | maintainers nomaintainer |
9 | 9 | |
10 | 10 | checksums gcc-${version}.tar.bz2 \ |
11 | | md5 cc308a0891e778cfda7a151ab8a6e762 \ |
12 | | rmd160 fc281ade14b47d2a9c2ced4f7082c74bfbae31c1 \ |
13 | | sha256 8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084 \ |
| 11 | rmd160 a228dc45a09eda91b1a201d234f9013b3009b461 \ |
| 12 | sha256 8a8136c235f64c6fef69cac0d73a46a1a09bb250776a050aec8f9fc880bebc17 \ |
14 | 13 | newlib-${crossgcc.libc_version}.tar.gz \ |
15 | | sha1 65e7bdbeda0cbbf99c8160df573fd04d1cbe00d1 \ |
16 | | rmd160 e36c5337a74633456b47d09594974c7dd7a9cc3e |
| 14 | sha256 5b76a9b97c9464209772ed25ce55181a7bb144a66e5669aaec945aa64da3189b \ |
| 15 | rmd160 fc2beafe309701e02da3d2dff737236f67c0de4d |
17 | 16 | |
18 | 17 | # fatal error: error in backend: ran out of registers during register allocation |
19 | 18 | compiler.blacklist {clang == 421.11.66} |