From 0483e52dfea6c43f605c0c1ba7687949551653fa Mon Sep 17 00:00:00 2001 From: Thomas Kindler Date: Fri, 1 Jun 2018 14:01:29 +0200 Subject: [PATCH] Custom config for GCC 8.1.0 --- README.md | 10 +++++++++- bootstrap.sh | 3 ++- gcc-arm-lpc32xx_hf-eabi-linux/defconfig | 4 ++-- gcc-arm-lpc32xx_hf-eabi-win64/defconfig | 4 ++-- gcc-arm-socfpga_hf-eabi-linux/defconfig | 4 ++-- gcc-arm-socfpga_hf-eabi-win64/defconfig | 4 ++-- 6 files changed, 19 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7ed57a3..d819353 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,15 @@ build Windows and Linux toolchains for my personal use. ### Changelog -2017-10-22: Updated to GCC 7.2.0. Remember to re-run ```./bootstrap.sh``` when updating from an older version. +#### 2018-06-01 + +Updated to GCC 8.1.0. +Remember to re-run ```./bootstrap.sh``` when updating from an older version. + +#### 2017-10-22 + +Updated to GCC 7.2.0. +Remember to re-run ```./bootstrap.sh``` when updating from an older version. ### Installation diff --git a/bootstrap.sh b/bootstrap.sh index 2b15cf9..33ed1f4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -16,4 +16,5 @@ cd .. # Get new gcc releases # -wget -cP downloads https://ftp.gnu.org/gnu/gcc/gcc-7.2.0/gcc-7.2.0.tar.xz +# wget -cP downloads https://ftp.gnu.org/gnu/gcc/gcc-7.2.0/gcc-7.2.0.tar.xz +wget -cP downloads https://ftp.gnu.org/gnu/gcc/gcc-8.1.0/gcc-8.1.0.tar.xz diff --git a/gcc-arm-lpc32xx_hf-eabi-linux/defconfig b/gcc-arm-lpc32xx_hf-eabi-linux/defconfig index 4958089..60f13cc 100644 --- a/gcc-arm-lpc32xx_hf-eabi-linux/defconfig +++ b/gcc-arm-lpc32xx_hf-eabi-linux/defconfig @@ -18,7 +18,7 @@ CT_LIBC_NEWLIB_IO_LL=y CT_LIBC_NEWLIB_IO_FLOAT=y CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y CT_CC_GCC_CUSTOM=y -CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-7.2.0.tar.xz" -CT_CC_GCC_CUSTOM_VERSION="7.2.0" +CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-8.1.0.tar.xz" +CT_CC_GCC_CUSTOM_VERSION="8.1.0" CT_CC_LANG_CXX=y CT_DEBUG_gdb=y diff --git a/gcc-arm-lpc32xx_hf-eabi-win64/defconfig b/gcc-arm-lpc32xx_hf-eabi-win64/defconfig index d4151ec..632a3c1 100644 --- a/gcc-arm-lpc32xx_hf-eabi-win64/defconfig +++ b/gcc-arm-lpc32xx_hf-eabi-win64/defconfig @@ -20,7 +20,7 @@ CT_LIBC_NEWLIB_IO_LL=y CT_LIBC_NEWLIB_IO_FLOAT=y CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y CT_CC_GCC_CUSTOM=y -CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-7.2.0.tar.xz" -CT_CC_GCC_CUSTOM_VERSION="7.2.0" +CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-8.1.0.tar.xz" +CT_CC_GCC_CUSTOM_VERSION="8.1.0" CT_CC_LANG_CXX=y CT_DEBUG_gdb=y diff --git a/gcc-arm-socfpga_hf-eabi-linux/defconfig b/gcc-arm-socfpga_hf-eabi-linux/defconfig index 71b60f7..7ed70fe 100644 --- a/gcc-arm-socfpga_hf-eabi-linux/defconfig +++ b/gcc-arm-socfpga_hf-eabi-linux/defconfig @@ -18,7 +18,7 @@ CT_LIBC_NEWLIB_IO_LL=y CT_LIBC_NEWLIB_IO_FLOAT=y CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y CT_CC_GCC_CUSTOM=y -CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-7.2.0.tar.xz" -CT_CC_GCC_CUSTOM_VERSION="7.2.0" +CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-8.1.0.tar.xz" +CT_CC_GCC_CUSTOM_VERSION="8.1.0" CT_CC_LANG_CXX=y CT_DEBUG_gdb=y diff --git a/gcc-arm-socfpga_hf-eabi-win64/defconfig b/gcc-arm-socfpga_hf-eabi-win64/defconfig index c16a58f..6824ef0 100644 --- a/gcc-arm-socfpga_hf-eabi-win64/defconfig +++ b/gcc-arm-socfpga_hf-eabi-win64/defconfig @@ -20,7 +20,7 @@ CT_LIBC_NEWLIB_IO_LL=y CT_LIBC_NEWLIB_IO_FLOAT=y CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y CT_CC_GCC_CUSTOM=y -CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-7.2.0.tar.xz" -CT_CC_GCC_CUSTOM_VERSION="7.2.0" +CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-8.1.0.tar.xz" +CT_CC_GCC_CUSTOM_VERSION="8.1.0" CT_CC_LANG_CXX=y CT_DEBUG_gdb=y