-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #628 from amazonlinux/sdk-gcc92
sdk: update to gcc 9.2
- Loading branch information
Showing
14 changed files
with
509 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SHA512 (buildroot-2019.08.2.tar.gz) = e8c7481ac53f360a751fe3374e560cdea6ca5c8d0de07aa021bc91b925f5f5c45a6ebdbba523e3a1379eeaed25b3f49e1e521d2d71b3e6be632388d838cb29aa | ||
SHA512 (buildroot-2019.08.3.tar.gz) = d5c00a38c92eb115648cd807ea70a24b18663261f884ea76246bf703f23f605563c161ad2d2d1121d7003ecbd61ee8caaff087a6a78b4ffd054c84071650c997 |
2 changes: 1 addition & 1 deletion
2
...container/patches/buildroot/0001-disable-shared-for-host-builds-of-gmp-isl-mpc-mpfr.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From b12604ebee623187352f1430ad7b87ccfc58b3a0 Mon Sep 17 00:00:00 2001 | ||
From: Ben Cressey <[email protected]> | ||
Date: Sun, 6 Aug 2017 23:15:02 +0000 | ||
Subject: [PATCH 1/5] disable shared for host builds of gmp, isl, mpc, mpfr | ||
Subject: [PATCH 1/6] disable shared for host builds of gmp, isl, mpc, mpfr | ||
|
||
Building these GCC dependencies as static libraries avoids the need to | ||
provide the shared library paths at runtime, using either rpath entries | ||
|
2 changes: 1 addition & 1 deletion
2
...dk-container/patches/buildroot/0002-add-TOOLS_DIR-and-SYSROOT_DIR-to-control-output.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From d668eab1928c59ce9885528f057016d4d1afbd88 Mon Sep 17 00:00:00 2001 | ||
From: Ben Cressey <[email protected]> | ||
Date: Sun, 6 Aug 2017 23:35:06 +0000 | ||
Subject: [PATCH 2/5] add TOOLS_DIR and SYSROOT_DIR to control output | ||
Subject: [PATCH 2/6] add TOOLS_DIR and SYSROOT_DIR to control output | ||
|
||
The sysroot directory is essential to our purpose of building a | ||
relocatable toolchain, as GCC will look for it relative to the | ||
|
2 changes: 1 addition & 1 deletion
2
.../sdk-container/patches/buildroot/0003-build-binutils-with-TOOLS_DIR-and-SYSROOT_DIR.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From ca0ae13b3e36a1eb5b913e550c1986582145ee1a Mon Sep 17 00:00:00 2001 | ||
From: Ben Cressey <[email protected]> | ||
Date: Sun, 6 Aug 2017 23:40:50 +0000 | ||
Subject: [PATCH 3/5] build binutils with TOOLS_DIR and SYSROOT_DIR | ||
Subject: [PATCH 3/6] build binutils with TOOLS_DIR and SYSROOT_DIR | ||
|
||
The binutils build only needs one stage, so we can write the binaries | ||
directly to the new output path. | ||
|
2 changes: 1 addition & 1 deletion
2
extras/sdk-container/patches/buildroot/0004-build-gcc-with-TOOLS_DIR-and-SYSROOT_DIR.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From bb41cbf1a393416e74efa9dc7bee0610a2ec3fbb Mon Sep 17 00:00:00 2001 | ||
From: Ben Cressey <[email protected]> | ||
Date: Sun, 6 Aug 2017 23:58:27 +0000 | ||
Subject: [PATCH 4/5] build gcc with TOOLS_DIR and SYSROOT_DIR | ||
Subject: [PATCH 4/6] build gcc with TOOLS_DIR and SYSROOT_DIR | ||
|
||
Most of the changes here are to the second and final stage of our GCC | ||
build, so that the binaries are written to the new output path, and | ||
|
2 changes: 1 addition & 1 deletion
2
...k-container/patches/buildroot/0005-package-binutils-bring-back-sysroot-fix-for-2.32.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From d35e7e4616527f6e3b3807cd185aee4d2c911818 Mon Sep 17 00:00:00 2001 | ||
From: Ben Cressey <[email protected]> | ||
Date: Fri, 15 Mar 2019 18:32:49 +0000 | ||
Subject: [PATCH 5/5] package/binutils: bring back sysroot fix for 2.32 | ||
Subject: [PATCH 5/6] package/binutils: bring back sysroot fix for 2.32 | ||
|
||
Signed-off-by: Ben Cressey <[email protected]> | ||
--- | ||
|
Oops, something went wrong.