Skip to content

Commit db06278

Browse files
galaknashif
authored andcommitted
Add Support for GCC-8.2 to crosstool-ng
Add patch for crosstool-ng based on PR #1008 that adds gcc-8.2 support Signed-off-by: Kumar Gala <[email protected]>
1 parent 7104918 commit db06278

File tree

2 files changed

+1706
-0
lines changed

2 files changed

+1706
-0
lines changed

go.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ if [ ! -d "crosstool-ng" ]; then
4343
echo "Patching tree"
4444
pushd crosstool-ng
4545
patch -p1 < ${GITDIR}/patches/0001-iamcu-support-x86-iamcu-ABIs.patch
46+
patch -p1 < ${GITDIR}/patches/0001-Add-GCC-8.2.patch
4647
popd
4748
fi
4849

0 commit comments

Comments
 (0)